Class AbstractOrderEntryPreparerTest
- java.lang.Object
-
- de.hybris.platform.order.interceptors.AbstractOrderEntryPreparerTest
-
@UnitTest public class AbstractOrderEntryPreparerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractOrderEntryPreparerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestOnPrepareBasePriceChanged()voidtestOnPrepareCommentsChanged()voidtestOnPrepareDiscountValuesChanged()voidtestOnPrepareGiweawayChanged()voidtestOnPrepareProductChanged()voidtestOnPrepareQuantityChanged()voidtestOnPrepareRejectedChanged()voidtestOnPrepareTaxValuesChanged()voidtestOnPrepareUnitChanged()voidtestOnPrepareUpdateEntryNumbers()
-
-
-
Method Detail
-
init
public void init()
-
testOnPrepareProductChanged
public void testOnPrepareProductChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareQuantityChanged
public void testOnPrepareQuantityChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareUnitChanged
public void testOnPrepareUnitChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareBasePriceChanged
public void testOnPrepareBasePriceChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareTaxValuesChanged
public void testOnPrepareTaxValuesChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareDiscountValuesChanged
public void testOnPrepareDiscountValuesChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareGiweawayChanged
public void testOnPrepareGiweawayChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareRejectedChanged
public void testOnPrepareRejectedChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareCommentsChanged
public void testOnPrepareCommentsChanged() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareUpdateEntryNumbers
public void testOnPrepareUpdateEntryNumbers() throws InterceptorException- Throws:
InterceptorException
-
-