Package de.hybris.platform.licence.sap
Class DefaultKeySystemTest
- java.lang.Object
-
- de.hybris.platform.licence.sap.DefaultKeySystemTest
-
@UnitTest public class DefaultKeySystemTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultKeySystemTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldContainProductNamesWithConfiguredDbPostfixes()voidtestGetBasisRelease()voidtestGetCmdPrefix()voidtestGetHwId()voidtestGetSwProducts()voidtestGetSystemId()voidtestInit()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInit
public void testInit() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetSystemId
public void testGetSystemId() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetSwProducts
public void testGetSwProducts() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldContainProductNamesWithConfiguredDbPostfixes
public void shouldContainProductNamesWithConfiguredDbPostfixes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetBasisRelease
public void testGetBasisRelease() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetHwId
public void testGetHwId() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetCmdPrefix
public void testGetCmdPrefix() throws java.lang.Exception- Throws:
java.lang.Exception
-
-