Class ContentPageLabelOrIdExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.ContentPageLabelOrIdExistsPredicateTest
-
@UnitTest public class ContentPageLabelOrIdExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContentPageLabelOrIdExistsPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldReturnFalseIfLabelOrIdNotExists()voidshouldReturnTrueIfLabelOrIdExists()
-
-
-
Method Detail
-
shouldReturnTrueIfLabelOrIdExists
public void shouldReturnTrueIfLabelOrIdExists() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldReturnFalseIfLabelOrIdNotExists
public void shouldReturnFalseIfLabelOrIdNotExists() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-