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 voidcreateAttributeWithEmptyQualifier()protected voidexists(ComposedType type, java.lang.String qualifier)protected voidnotExists(ComposedType type, java.lang.String qualifier)voidsetUp()voidtestCorruptDefaultValue()Tests bug PLA-4962voidtestGetSubAtts()voidtestOverrideFail()voidtestOverrideOK()voidtestPrimitiveFlag()voidtestPropagate()voidtestRelationOrderFlagAtDescriptor()voidtestRemove()-
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.ExceptionJaloItemNotFoundException
-
testRelationOrderFlagAtDescriptor
public void testRelationOrderFlagAtDescriptor()
-
createAttributeWithEmptyQualifier
public void createAttributeWithEmptyQualifier() throws JaloAbstractTypeException, JaloGenericCreationException, JaloDuplicateQualifierException
-
testCorruptDefaultValue
public void testCorruptDefaultValue() throws JaloDuplicateQualifierException, JaloInvalidParameterException, JaloItemNotFoundExceptionTests 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
-
-