Class RemoveCartEntryActionHandlerTest
- java.lang.Object
-
- de.hybris.platform.acceleratorfacades.cart.action.impl.RemoveCartEntryActionHandlerTest
-
@UnitTest public class RemoveCartEntryActionHandlerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RemoveCartEntryActionHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldNotHandleActionIfEntryNumbersAreNull()voidshouldProvideExcpetedErrorMessageKey()voidshouldProvideExcpetedSuccessMessageKey()voidshouldSupportActionForAnyCartEntry()voidshouldTranslateCommerceCartModificationException()voidshouldUpdateCartAndRedirectOnSuccessfulExecute()
-
-
-
Method Detail
-
shouldProvideExcpetedErrorMessageKey
public void shouldProvideExcpetedErrorMessageKey()
-
shouldProvideExcpetedSuccessMessageKey
public void shouldProvideExcpetedSuccessMessageKey()
-
shouldUpdateCartAndRedirectOnSuccessfulExecute
public void shouldUpdateCartAndRedirectOnSuccessfulExecute() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldTranslateCommerceCartModificationException
public void shouldTranslateCommerceCartModificationException() throws CommerceCartModificationException, CartEntryActionException
-
shouldNotHandleActionIfEntryNumbersAreNull
public void shouldNotHandleActionIfEntryNumbersAreNull() throws CommerceCartModificationException, CartEntryActionException
-
shouldSupportActionForAnyCartEntry
public void shouldSupportActionForAnyCartEntry()
-
-