Class EnumModelTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.model.EnumModelTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class EnumModelTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EnumModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCaseInsensitivity()
void
testDynamicEnumEquals()
void
testDynamicEnums()
void
testFixedEnums()
void
testTPL1215()
TPL-1215-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
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
-
testFixedEnums
public void testFixedEnums()
-
testDynamicEnums
public void testDynamicEnums()
-
testDynamicEnumEquals
public void testDynamicEnumEquals()
-
testTPL1215
public void testTPL1215() throws java.io.IOException, java.lang.ClassNotFoundException
TPL-1215- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
testCaseInsensitivity
public void testCaseInsensitivity() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-