Class ProductConfigurationRemoveInterceptorTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.interceptor.ProductConfigurationRemoveInterceptorTest
-
@UnitTest public class ProductConfigurationRemoveInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductConfigurationRemoveInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCheckBaseSiteAvailableReturnFalse()voidtestCheckBaseSiteAvailableReturnTrue()voidtestCheckBaseSiteAvailableReturnTrueFromCronJob()voidtestOnRemove()voidtestOnRemovedDraft()voidtestOnRemoveFalsePersistence()voidtestOnRemoveNoBaseSite()voidtestOnRemoveNoConfigModel()voidtestOnRemoveWithProductLink()voidtestOnRemoveWithProductLinkForDraft()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testOnRemove
public void testOnRemove() throws InterceptorException- Throws:
InterceptorException
-
testOnRemovedDraft
public void testOnRemovedDraft() throws InterceptorException- Throws:
InterceptorException
-
testOnRemoveNoBaseSite
public void testOnRemoveNoBaseSite() throws InterceptorException- Throws:
InterceptorException
-
testOnRemoveNoConfigModel
public void testOnRemoveNoConfigModel() throws InterceptorException- Throws:
InterceptorException
-
testOnRemoveFalsePersistence
public void testOnRemoveFalsePersistence() throws InterceptorException- Throws:
InterceptorException
-
testOnRemoveWithProductLink
public void testOnRemoveWithProductLink() throws InterceptorException- Throws:
InterceptorException
-
testOnRemoveWithProductLinkForDraft
public void testOnRemoveWithProductLinkForDraft() throws InterceptorException- Throws:
InterceptorException
-
testCheckBaseSiteAvailableReturnFalse
public void testCheckBaseSiteAvailableReturnFalse()
-
testCheckBaseSiteAvailableReturnTrue
public void testCheckBaseSiteAvailableReturnTrue()
-
testCheckBaseSiteAvailableReturnTrueFromCronJob
public void testCheckBaseSiteAvailableReturnTrueFromCronJob()
-
-