Package de.hybris.platform.catalog.impl
Class ProductFeaturePrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.catalog.impl.ProductFeaturePrepareInterceptorTest
-
@UnitTest public class ProductFeaturePrepareInterceptorTest extends java.lang.Object
TestsProductFeaturePrepareInterceptor
interceptor.
-
-
Constructor Summary
Constructors Constructor Description ProductFeaturePrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testOnPrepare()
void
testOnPrepareForNullCatalogVersion()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testOnPrepareForNullCatalogVersion
public void testOnPrepareForNullCatalogVersion() throws InterceptorException
Test method forProductFeaturePrepareInterceptor.onPrepare(java.lang.Object, de.hybris.platform.servicelayer.interceptor.InterceptorContext)
.- Throws:
InterceptorException
-
testOnPrepare
public void testOnPrepare() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-