Package de.hybris.platform.test
Class TypeManagerJaloTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.TypeManagerJaloTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TypeManagerJaloTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TypeManagerJaloTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCacheBound()
void
testCreateAtomicType()
void
testGetComposedType()
void
testTypeCaching()
-
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
-
testTypeCaching
public void testTypeCaching() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCacheBound
public void testCacheBound() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetComposedType
public void testGetComposedType() throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
testCreateAtomicType
public void testCreateAtomicType() throws JaloDuplicateCodeException, JaloInvalidParameterException, ConsistencyCheckException, JaloItemNotFoundException, java.lang.ClassNotFoundException
- Throws:
JaloDuplicateCodeException
JaloInvalidParameterException
ConsistencyCheckException
JaloItemNotFoundException
java.lang.ClassNotFoundException
-
-