Class VariantTypePrepareInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.product.interceptors.VariantTypePrepareInterceptorUnitTest
-
@UnitTest public class VariantTypePrepareInterceptorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariantTypePrepareInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestInterceptNotCompatibleModel()voidtestInterceptNotNewModel()voidtestInterceptNullModel()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testInterceptNullModel
public void testInterceptNullModel() throws InterceptorException- Throws:
InterceptorException
-
testInterceptNotCompatibleModel
public void testInterceptNotCompatibleModel() throws InterceptorException- Throws:
InterceptorException
-
testInterceptNotNewModel
public void testInterceptNotNewModel() throws InterceptorException- Throws:
InterceptorException
-
-