Class TmaPoAddToCartMethodHookTest
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.hook.impl.TmaPoAddToCartMethodHookTest
-
@UnitTest public class TmaPoAddToCartMethodHookTest extends java.lang.ObjectTest forTmaPoAddToCartMethodHook.
-
-
Constructor Summary
Constructors Constructor Description TmaPoAddToCartMethodHookTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestAfterAddToMasterCartABpoEntry()voidtestAfterAddToMasterCartAStandaloneEntry()voidtestBeforeAddToCartInvalidParentThrowsException()
-
-
-
Method Detail
-
setup
public void setup()
-
testBeforeAddToCartInvalidParentThrowsException
public void testBeforeAddToCartInvalidParentThrowsException() throws de.hybris.platform.commerceservices.order.CommerceCartModificationException- Throws:
de.hybris.platform.commerceservices.order.CommerceCartModificationException
-
testAfterAddToMasterCartABpoEntry
public void testAfterAddToMasterCartABpoEntry() throws de.hybris.platform.commerceservices.order.CommerceCartModificationException- Throws:
de.hybris.platform.commerceservices.order.CommerceCartModificationException
-
testAfterAddToMasterCartAStandaloneEntry
public void testAfterAddToMasterCartAStandaloneEntry() throws de.hybris.platform.commerceservices.order.CommerceCartModificationException- Throws:
de.hybris.platform.commerceservices.order.CommerceCartModificationException
-
-