Package de.hybris.platform.test
Class ItemTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.ItemTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
isStillAliveTest()
void
setUp()
void
testDelete()
void
testGenericAccess()
void
testIsRemoving()
void
testProduct()
void
testSetCreationTime()
-
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
-
testIsRemoving
public void testIsRemoving() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testProduct
public void testProduct() throws JaloInvalidParameterException, ConsistencyCheckException
-
testGenericAccess
public void testGenericAccess() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDelete
public void testDelete() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSetCreationTime
public void testSetCreationTime() throws JaloInvalidParameterException, JaloSecurityException, JaloBusinessException
-
isStillAliveTest
public void isStillAliveTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-