Class DefaultCatalogPrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.catalog.interceptors.DefaultCatalogPrepareInterceptorTest
-
@UnitTest public class DefaultCatalogPrepareInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCatalogPrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestOnPrepareActiveCatalogVersion()voidtestOnPrepareDefaultCatalogFlag()voidtestOnPrepareNullCatalogVersions()voidtestOnPrepareWrongCatalog()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testOnPrepareWrongCatalog
public void testOnPrepareWrongCatalog() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareActiveCatalogVersion
public void testOnPrepareActiveCatalogVersion() throws InterceptorExceptionTest method forCatalogPrepareInterceptor.onPrepare(java.lang.Object, de.hybris.platform.servicelayer.interceptor.InterceptorContext).- Throws:
InterceptorException
-
testOnPrepareDefaultCatalogFlag
public void testOnPrepareDefaultCatalogFlag() throws InterceptorException- Throws:
InterceptorException
-
testOnPrepareNullCatalogVersions
public void testOnPrepareNullCatalogVersions() throws InterceptorException- Throws:
InterceptorException
-
-