Class NestedOrPartOfAttributePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.NestedOrPartOfAttributePredicateTest
-
@UnitTest public class NestedOrPartOfAttributePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NestedOrPartOfAttributePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpredicate_shouldFail_whenAttributeIsNotPartOfOrNested()voidpredicate_shouldPass_whenAllNestedPredicatePass()voidpredicate_shouldPass_whenAttributeIsPartOf()voidpredicate_shouldPass_whenOneNestedPredicatePasses()voidsetup()
-
-
-
Method Detail
-
setup
public void setup()
-
predicate_shouldPass_whenAttributeIsPartOf
public void predicate_shouldPass_whenAttributeIsPartOf()
-
predicate_shouldPass_whenOneNestedPredicatePasses
public void predicate_shouldPass_whenOneNestedPredicatePasses()
-
predicate_shouldPass_whenAllNestedPredicatePass
public void predicate_shouldPass_whenAllNestedPredicatePass()
-
predicate_shouldFail_whenAttributeIsNotPartOfOrNested
public void predicate_shouldFail_whenAttributeIsNotPartOfOrNested()
-
-