Class CxComponentRelatedItemVisitorTest
- java.lang.Object
-
- de.hybris.platform.personalizationcms.relateditem.visitors.CxComponentRelatedItemVisitorTest
-
@UnitTest public class CxComponentRelatedItemVisitorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxComponentRelatedItemVisitorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFilterOutSlotsWithoutPrimaryKey()voidshouldReturnComponentAndAllRelatedCxContainersAndAllRelatedSlotsAndAllRelatedPages()voidshouldReturnComponentItselfIfItIsNotRelatedToAnyCxContainer()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldReturnComponentItselfIfItIsNotRelatedToAnyCxContainer
public void shouldReturnComponentItselfIfItIsNotRelatedToAnyCxContainer()
-
shouldFilterOutSlotsWithoutPrimaryKey
public void shouldFilterOutSlotsWithoutPrimaryKey()
-
shouldReturnComponentAndAllRelatedCxContainersAndAllRelatedSlotsAndAllRelatedPages
public void shouldReturnComponentAndAllRelatedCxContainersAndAllRelatedSlotsAndAllRelatedPages()
-
-