Class IsNotDeletedPagePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.IsNotDeletedPagePredicateTest
-
@UnitTest public class IsNotDeletedPagePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IsNotDeletedPagePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwhenItemModelIsNotPageTypeShouldBeTrue()voidwhenItemModelIsPageTypeAndActiveShouldBeTrue()voidwhenItemModelIsPageTypeAndDeletedShouldBeFalse()
-
-
-
Method Detail
-
whenItemModelIsNotPageTypeShouldBeTrue
public void whenItemModelIsNotPageTypeShouldBeTrue()
-
whenItemModelIsPageTypeAndActiveShouldBeTrue
public void whenItemModelIsPageTypeAndActiveShouldBeTrue()
-
whenItemModelIsPageTypeAndDeletedShouldBeFalse
public void whenItemModelIsPageTypeAndDeletedShouldBeFalse()
-
-