Class DefaultMultiCodeCouponWsFacadesTest
- java.lang.Object
-
- de.hybris.platform.couponwebservices.facades.impl.DefaultMultiCodeCouponWsFacadesTest
-
@UnitTest public class DefaultMultiCodeCouponWsFacadesTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMultiCodeCouponWsFacadesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldProvideConvertedCoupons()voidshouldQueryCouponsWithInstrumentedPaginationAndSorting()voidshouldRaiseExceptionWhenPaginationParameterIsNull()voidshouldRaiseExceptionWhenSortsParameterIsNull()
-
-
-
Method Detail
-
shouldRaiseExceptionWhenPaginationParameterIsNull
public void shouldRaiseExceptionWhenPaginationParameterIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldRaiseExceptionWhenSortsParameterIsNull
public void shouldRaiseExceptionWhenSortsParameterIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProvideConvertedCoupons
public void shouldProvideConvertedCoupons() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldQueryCouponsWithInstrumentedPaginationAndSorting
public void shouldQueryCouponsWithInstrumentedPaginationAndSorting() throws java.lang.Exception- Throws:
java.lang.Exception
-
-