Class IsSingleLevelNestedRestrictionAttributePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.IsSingleLevelNestedRestrictionAttributePredicateTest
-
@UnitTest public class IsSingleLevelNestedRestrictionAttributePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IsSingleLevelNestedRestrictionAttributePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpredicate_shouldFail_whenAttributeContainsRestrictionsAndIsNestedInOtherRestriction()voidpredicate_shouldFail_whenAttributeDoesNotContainRestrictions()voidpredicate_shouldFail_whenAttributeDoesNotContainRestrictionsAndIsNestedInOtherRestriction()voidpredicate_shouldPass_whenAttributeContainsRestrictionsAndIsNotPartOfOtherRestriction()voidsetup()
-
-
-
Method Detail
-
setup
public void setup()
-
predicate_shouldFail_whenAttributeDoesNotContainRestrictions
public void predicate_shouldFail_whenAttributeDoesNotContainRestrictions()
-
predicate_shouldFail_whenAttributeContainsRestrictionsAndIsNestedInOtherRestriction
public void predicate_shouldFail_whenAttributeContainsRestrictionsAndIsNestedInOtherRestriction()
-
predicate_shouldFail_whenAttributeDoesNotContainRestrictionsAndIsNestedInOtherRestriction
public void predicate_shouldFail_whenAttributeDoesNotContainRestrictionsAndIsNestedInOtherRestriction()
-
predicate_shouldPass_whenAttributeContainsRestrictionsAndIsNotPartOfOtherRestriction
public void predicate_shouldPass_whenAttributeContainsRestrictionsAndIsNotPartOfOtherRestriction()
-
-