Package de.hybris.platform.test
Class PropertyJaloTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.PropertyJaloTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PropertyJaloTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PropertyJaloTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testBug282()
void
testIntegrity()
void
testItemAsPropertyValue()
void
testNameCase()
void
testPropertyContainer()
void
testPropertyContainerOnNotStagableItems()
void
testRemovePropertyWithItem()
will a property be automatically removed, if its value is an item and this item is deleted?void
testSetGetProperty()
void
testTransaction()
void
testTransactionWithCoreProperty()
void
testValueClasses()
-
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
-
testIntegrity
public void testIntegrity() throws JaloInvalidParameterException, JaloBusinessException
-
testNameCase
public void testNameCase()
-
testSetGetProperty
public void testSetGetProperty()
-
testBug282
public void testBug282() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPropertyContainer
public void testPropertyContainer() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testPropertyContainerOnNotStagableItems
public void testPropertyContainerOnNotStagableItems() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testItemAsPropertyValue
public void testItemAsPropertyValue() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testRemovePropertyWithItem
public void testRemovePropertyWithItem() throws ConsistencyCheckException
will a property be automatically removed, if its value is an item and this item is deleted?- Throws:
ConsistencyCheckException
-
testTransaction
public void testTransaction() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTransactionWithCoreProperty
public void testTransactionWithCoreProperty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testValueClasses
public void testValueClasses()
-
-