Class PageExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.PageExistsPredicateTest
-
@UnitTest public class PageExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PageExistsPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldFail_PageNotFound()voidshouldPass_PageExists()
-
-
-
Method Detail
-
shouldFail_PageNotFound
public void shouldFail_PageNotFound() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldPass_PageExists
public void shouldPass_PageExists() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-