Class CouponRuleParameterValueMapperTest
- java.lang.Object
-
- de.hybris.platform.couponservices.rule.strategies.impl.mappers.CouponRuleParameterValueMapperTest
-
@UnitTest public class CouponRuleParameterValueMapperTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description CouponRuleParameterValueMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmappedProductIsFirstFoundTest()voidnoCouponFoundTest()voidnullTestFromString()voidnullTestToString()voidobjectToStringTest()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
nullTestFromString
public void nullTestFromString() throws RuleParameterValueMapperException
-
nullTestToString
public void nullTestToString() throws RuleParameterValueMapperException
-
noCouponFoundTest
public void noCouponFoundTest() throws RuleParameterValueMapperException
-
mappedProductIsFirstFoundTest
public void mappedProductIsFirstFoundTest() throws RuleParameterValueMapperException
-
objectToStringTest
public void objectToStringTest() throws RuleParameterValueMapperException
-
-