Package de.hybris.platform.test
Class ComposedTypeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.ComposedTypeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ComposedTypeTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ComposedTypeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAtomicTypeType()
void
testComposedType()
void
testCreationWithSessionContext()
void
testDefaulValues()
void
testInvalidationAtSetComposedType()
void
testItemType()
void
testSearch()
void
testSearchWithRange()
void
testSearchWithRangeAndSubTypes()
void
testSingleton()
void
testSortedSearch()
void
testTypeType()
-
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.Exception
JaloItemNotFoundException
-
testCreationWithSessionContext
public void testCreationWithSessionContext() throws ConsistencyCheckException, JaloGenericCreationException, JaloAbstractTypeException
-
testDefaulValues
public void testDefaulValues() throws JaloGenericCreationException, JaloAbstractTypeException, JaloInvalidParameterException, JaloSecurityException
-
testItemType
public void testItemType()
-
testAtomicTypeType
public void testAtomicTypeType() throws JaloItemNotFoundException, JaloAbstractTypeException
-
testTypeType
public void testTypeType() throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
testComposedType
public void testComposedType() throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
testSearch
public void testSearch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSearchWithRange
public void testSearchWithRange() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSearchWithRangeAndSubTypes
public void testSearchWithRangeAndSubTypes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSortedSearch
public void testSortedSearch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSingleton
public void testSingleton() throws JaloBusinessException, JaloSecurityException
-
testInvalidationAtSetComposedType
public void testInvalidationAtSetComposedType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-