Class CategoryRuleParameterValueMapperTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.CategoryRuleParameterValueMapperTest
-
@UnitTest public class CategoryRuleParameterValueMapperTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description CategoryRuleParameterValueMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmappedCatalogAwareCategoryTest()voidmappedCategoryIsFirstFoundTest()voidmappedCategoryTest()voidnoCategoryFoundTest()voidnullTestFromString()voidnullTestToString()voidobjectToStringTest()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
nullTestFromString
public void nullTestFromString()
-
nullTestToString
public void nullTestToString()
-
noCategoryFoundTest
public void noCategoryFoundTest()
-
mappedCategoryTest
public void mappedCategoryTest()
-
mappedCategoryIsFirstFoundTest
public void mappedCategoryIsFirstFoundTest()
-
objectToStringTest
public void objectToStringTest()
-
mappedCatalogAwareCategoryTest
public void mappedCatalogAwareCategoryTest()
-
-