Package de.hybris.platform.catalog.jalo
Class ItemRemoveTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.catalog.jalo.ItemRemoveTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemRemoveTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemRemoveTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testDefaultBehaviour()
void
testDisableFlagForCategory()
void
testDisableFlagForItem()
void
testDisableFlagForOtherItem()
void
testDisableFlagForOtherItem2()
void
testFlagSetToFalse()
-
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
-
testDefaultBehaviour
public void testDefaultBehaviour() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDisableFlagForCategory
public void testDisableFlagForCategory() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDisableFlagForItem
public void testDisableFlagForItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFlagSetToFalse
public void testFlagSetToFalse() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDisableFlagForOtherItem
public void testDisableFlagForOtherItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testDisableFlagForOtherItem2
public void testDisableFlagForOtherItem2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-