Class ClassificationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.catalog.jalo.classification.ClassificationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ClassificationTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ClassificationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createAttributes()
protected void
createClasses()
protected void
createSystems()
void
setUp()
void
testAttributes()
void
testClassificationClassInheritanceForVariants()
void
testConstraints()
void
testSpring()
void
testSuperClassGetter()
-
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
-
createSystems
protected void createSystems() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
createClasses
protected void createClasses() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
createAttributes
protected void createAttributes() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testSpring
public void testSpring() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testConstraints
public void testConstraints()
-
testAttributes
public void testAttributes() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testSuperClassGetter
public void testSuperClassGetter() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testClassificationClassInheritanceForVariants
public void testClassificationClassInheritanceForVariants() throws ConsistencyCheckException, JaloGenericCreationException, JaloAbstractTypeException
-
-