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