Class CxReplaceComponentWithContainerExecutorTest
- java.lang.Object
-
- de.hybris.platform.personalizationcmsweb.queries.CxReplaceComponentWithContainerExecutorTest
-
@UnitTest public class CxReplaceComponentWithContainerExecutorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxReplaceComponentWithContainerExecutorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteAfterValidationTest()voidexecuteAfterValidationWhenComponentAlreadyInContainerTest()voidexecuteAfterValidationWhenComponentFromParentCatalogTest()voidexecuteAfterValidationWhenComponentInParentContainerTest()voidexecuteAfterValidationWhenComponentNotExistTest()voidexecuteAfterValidationWhenComponentNotInSlotTest()voidgetCatalogsForReadAccessTest()voidgetCatalogsForReadAccessWhenComponentFromParentTest()voidgetCatalogsForWriteAccessTest()voidsetup()voidvalidateInputParamsTest()voidvalidateInputParamsWhenNoParamsTest()
-
-
-
Method Detail
-
setup
public void setup() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
validateInputParamsTest
public void validateInputParamsTest()
-
validateInputParamsWhenNoParamsTest
public void validateInputParamsWhenNoParamsTest()
-
executeAfterValidationTest
public void executeAfterValidationTest()
-
executeAfterValidationWhenComponentNotExistTest
public void executeAfterValidationWhenComponentNotExistTest() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
executeAfterValidationWhenComponentNotInSlotTest
public void executeAfterValidationWhenComponentNotInSlotTest()
-
executeAfterValidationWhenComponentFromParentCatalogTest
public void executeAfterValidationWhenComponentFromParentCatalogTest() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
executeAfterValidationWhenComponentInParentContainerTest
public void executeAfterValidationWhenComponentInParentContainerTest()
-
executeAfterValidationWhenComponentAlreadyInContainerTest
public void executeAfterValidationWhenComponentAlreadyInContainerTest()
-
getCatalogsForWriteAccessTest
public void getCatalogsForWriteAccessTest()
-
getCatalogsForReadAccessTest
public void getCatalogsForReadAccessTest()
-
getCatalogsForReadAccessWhenComponentFromParentTest
public void getCatalogsForReadAccessWhenComponentFromParentTest()
-
-