Package de.hybris.platform.test
Class EnumerationValueTypeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.EnumerationValueTypeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class EnumerationValueTypeTest extends HybrisJUnit4TransactionalTest
BechtleEnumerationType is used for enums that are product properties. EnumerationValueType is used for enums that are used elsewhere.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EnumerationValueTypeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateEnumerationValueType()voidtestEditingValues()test if the values of an enumerationtype are editablevoidtestEnumerationValueType()voidtestGenericCreate()voidtestSuperType()-
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, JaloItemNotFoundException- Throws:
java.lang.ExceptionJaloItemNotFoundException
-
testEnumerationValueType
public void testEnumerationValueType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSuperType
public void testSuperType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateEnumerationValueType
public void testCreateEnumerationValueType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenericCreate
public void testGenericCreate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEditingValues
public void testEditingValues() throws java.lang.Exceptiontest if the values of an enumerationtype are editable- Throws:
java.lang.Exception
-
-