Package de.hybris.platform.licence.sap
Class SAPLicenseTest
- java.lang.Object
-
- de.hybris.platform.licence.sap.SAPLicenseTest
-
@IntegrationTest public class SAPLicenseTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SAPLicenseTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldReturnLicensePropertiesWithNoRestrictions()voidshouldReturnValidExpirationDate()voidshouldReturnValidSAPLicenseWhenItIsInstalled()voidtemporaryLicenseShouldBeTreatedAsDemoOrDevelopLicense()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnValidSAPLicenseWhenItIsInstalled
public void shouldReturnValidSAPLicenseWhenItIsInstalled() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnValidExpirationDate
public void shouldReturnValidExpirationDate() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnLicensePropertiesWithNoRestrictions
public void shouldReturnLicensePropertiesWithNoRestrictions() throws java.lang.Exception- Throws:
java.lang.Exception
-
temporaryLicenseShouldBeTreatedAsDemoOrDevelopLicense
public void temporaryLicenseShouldBeTreatedAsDemoOrDevelopLicense() throws java.lang.Exception- Throws:
java.lang.Exception
-
-