Package de.hybris.platform.test
Class AttributeTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.AttributeTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AttributeTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AttributeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createAttributeWithEmptyQualifier()
protected void
exists(ComposedType type, java.lang.String qualifier)
protected void
notExists(ComposedType type, java.lang.String qualifier)
void
setUp()
void
testCorruptDefaultValue()
Tests bug PLA-4962void
testGetSubAtts()
void
testOverrideFail()
void
testOverrideOK()
void
testPrimitiveFlag()
void
testPropagate()
void
testRelationOrderFlagAtDescriptor()
void
testRemove()
-
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
-
testRelationOrderFlagAtDescriptor
public void testRelationOrderFlagAtDescriptor()
-
createAttributeWithEmptyQualifier
public void createAttributeWithEmptyQualifier() throws JaloAbstractTypeException, JaloGenericCreationException, JaloDuplicateQualifierException
-
testCorruptDefaultValue
public void testCorruptDefaultValue() throws JaloDuplicateQualifierException, JaloInvalidParameterException, JaloItemNotFoundException
Tests bug PLA-4962
-
testPropagate
public void testPropagate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testOverrideOK
public void testOverrideOK() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testOverrideFail
public void testOverrideFail() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPrimitiveFlag
public void testPrimitiveFlag() throws JaloDuplicateQualifierException
- Throws:
JaloDuplicateQualifierException
-
testRemove
public void testRemove() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetSubAtts
public void testGetSubAtts() throws JaloDuplicateCodeException, JaloDuplicateQualifierException
-
notExists
protected void notExists(ComposedType type, java.lang.String qualifier)
-
exists
protected void exists(ComposedType type, java.lang.String qualifier) throws JaloItemNotFoundException
- Throws:
JaloItemNotFoundException
-
-