Package de.hybris.platform.licence.sap
Class HybrisAdminTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.licence.sap.HybrisAdminTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class HybrisAdminTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description HybrisAdminTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldDeleteExistingLicense()
void
shouldInstallLicenseFromFile()
void
shouldInstallNonCPSSystemIDLicenseFromFile()
void
shouldInstallTempLicense()
void
tearDown()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInstallTempLicense
public void shouldInstallTempLicense() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInstallLicenseFromFile
public void shouldInstallLicenseFromFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInstallNonCPSSystemIDLicenseFromFile
public void shouldInstallNonCPSSystemIDLicenseFromFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDeleteExistingLicense
public void shouldDeleteExistingLicense() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-