Package de.hybris.platform.licence.sap
Class LicenseCheckerIntegrationTest
- java.lang.Object
-
- de.hybris.platform.licence.sap.LicenseCheckerIntegrationTest
-
@IntegrationTest public class LicenseCheckerIntegrationTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LicenseCheckerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCheckLicenseWithInvalidProductName()voidshouldSuccessfullyCheckAndValidateFirstInstalledTempLicense()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSuccessfullyCheckAndValidateFirstInstalledTempLicense
public void shouldSuccessfullyCheckAndValidateFirstInstalledTempLicense() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCheckLicenseWithInvalidProductName
public void shouldCheckLicenseWithInvalidProductName() throws java.lang.Exception- Throws:
java.lang.Exception
-
-