Class GenericVariantProductValidateInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.variants.interceptor.GenericVariantProductValidateInterceptorUnitTest
-
@UnitTest public class GenericVariantProductValidateInterceptorUnitTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description GenericVariantProductValidateInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestValidateBaseProductSuperCategoriesBaseProductIsNull()voidtestValidateBaseProductSuperCategoriesNotMatchingCategorySize()voidtestValidateBaseProductSuperCategoriesNotMatchingSupercategories()voidtestValidateBaseProductSuperCategoriesOK()voidtestValidateBaseProductSuperCategoriesSupercategoriesOfNonSupportedType()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testValidateBaseProductSuperCategoriesBaseProductIsNull
public void testValidateBaseProductSuperCategoriesBaseProductIsNull() throws InterceptorException- Throws:
InterceptorException
-
testValidateBaseProductSuperCategoriesNotMatchingCategorySize
public void testValidateBaseProductSuperCategoriesNotMatchingCategorySize() throws InterceptorException- Throws:
InterceptorException
-
testValidateBaseProductSuperCategoriesNotMatchingSupercategories
public void testValidateBaseProductSuperCategoriesNotMatchingSupercategories() throws InterceptorException- Throws:
InterceptorException
-
testValidateBaseProductSuperCategoriesSupercategoriesOfNonSupportedType
public void testValidateBaseProductSuperCategoriesSupercategoriesOfNonSupportedType() throws InterceptorException- Throws:
InterceptorException
-
testValidateBaseProductSuperCategoriesOK
public void testValidateBaseProductSuperCategoriesOK() throws InterceptorException- Throws:
InterceptorException
-
-