Class DefaultCommerceRemoveEntryGroupStrategyTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.impl.DefaultCommerceRemoveEntryGroupStrategyTest
-
@UnitTest public class DefaultCommerceRemoveEntryGroupStrategyTest extends java.lang.Object
Test suite forDefaultCommerceRemoveEntryGroupStrategy
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description DefaultCommerceRemoveEntryGroupStrategyTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp()
-
testBeforeRemoveEntryGroupIfHookEnabledOnlyInParameter
public void testBeforeRemoveEntryGroupIfHookEnabledOnlyInParameter() throws CommerceCartModificationException
-
testBeforeRemoveEntryGroupIfHookEnabledOnlyInProperties
public void testBeforeRemoveEntryGroupIfHookEnabledOnlyInProperties() throws CommerceCartModificationException
-
testBeforeRemoveEntryGroupIfHookEnabledInParameterAndProperties
public void testBeforeRemoveEntryGroupIfHookEnabledInParameterAndProperties() throws CommerceCartModificationException
-
testBeforeRemoveEntryGroupIfHookDisabled
public void testBeforeRemoveEntryGroupIfHookDisabled() throws CommerceCartModificationException
-
testAfterRemoveEntryGroupIfHookEnabledOnlyInParameter
public void testAfterRemoveEntryGroupIfHookEnabledOnlyInParameter() throws CommerceCartModificationException
-
testAfterRemoveEntryGroupIfHookEnabledOnlyInProperties
public void testAfterRemoveEntryGroupIfHookEnabledOnlyInProperties() throws CommerceCartModificationException
-
testAfterRemoveEntryGroupIfHookEnabledInParameterAndProperties
public void testAfterRemoveEntryGroupIfHookEnabledInParameterAndProperties() throws CommerceCartModificationException
-
testAfterRemoveEntryGroupIfHookDisabled
public void testAfterRemoveEntryGroupIfHookDisabled() throws CommerceCartModificationException
-
testRemoveEntryGroupNullParameter
public void testRemoveEntryGroupNullParameter() throws CommerceCartModificationException
-
testRemoveEntryGroupNullCart
public void testRemoveEntryGroupNullCart() throws CommerceCartModificationException
-
testRemoveEntryGroupNullEntryGroupNumber
public void testRemoveEntryGroupNullEntryGroupNumber() throws CommerceCartModificationException
-
testRemoveEntryGroupNoSuchGroupInCart
public void testRemoveEntryGroupNoSuchGroupInCart() throws CommerceCartModificationException
-
testRemoveEntryGroupRootGroup
public void testRemoveEntryGroupRootGroup() throws CommerceCartModificationException
-
testRemoveEntryGroupIntermediateGroup
public void testRemoveEntryGroupIntermediateGroup() throws CommerceCartModificationException
-
testRemoveEntryGroupLeafGroup
public void testRemoveEntryGroupLeafGroup() throws CommerceCartModificationException
-
testRemoveEntryGroupRootGroupsIsEmpty
public void testRemoveEntryGroupRootGroupsIsEmpty() throws CommerceCartModificationException
-
testRemoveEntryGroupLeafGroupWithEntry
public void testRemoveEntryGroupLeafGroupWithEntry() throws CommerceCartModificationException
-
testRemoveEntryGroupRootGroupWithEntry
public void testRemoveEntryGroupRootGroupWithEntry() throws CommerceCartModificationException
-
-