Class PrimaryPageWithLabelExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.predicates.PrimaryPageWithLabelExistsPredicateTest
-
@UnitTest public class PrimaryPageWithLabelExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrimaryPageWithLabelExistsPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldFindPageWithLabel()voidshouldFindPageWithSlashLabel()voidshouldNotFindPageWithLabel_Empty()voidshouldNotFindPageWithLabelWhenMatchSelf()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldFindPageWithLabel
public void shouldFindPageWithLabel()
-
shouldFindPageWithSlashLabel
public void shouldFindPageWithSlashLabel()
-
shouldNotFindPageWithLabelWhenMatchSelf
public void shouldNotFindPageWithLabelWhenMatchSelf()
-
shouldNotFindPageWithLabel_Empty
public void shouldNotFindPageWithLabel_Empty()
-
-