Class IsCollectionAttributePredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.predicates.IsCollectionAttributePredicateTest
-
@UnitTest public class IsCollectionAttributePredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IsCollectionAttributePredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgivenAttributeDescriptorWhenLocalizedAndIsACollectionWillReturnTrue()voidgivenAttributeDescriptorWhenLocalizedAndNotACollectionWillReturnFalse()voidgivenAttributeDescriptorWhenNotLocalizedAndIsACollectionWillReturnTrue()voidgivenAttributeDescriptorWhenNotLocalizedAndIsNotACollectionWillReturnFalse()
-
-
-
Method Detail
-
givenAttributeDescriptorWhenLocalizedAndNotACollectionWillReturnFalse
public void givenAttributeDescriptorWhenLocalizedAndNotACollectionWillReturnFalse()
-
givenAttributeDescriptorWhenLocalizedAndIsACollectionWillReturnTrue
public void givenAttributeDescriptorWhenLocalizedAndIsACollectionWillReturnTrue()
-
givenAttributeDescriptorWhenNotLocalizedAndIsACollectionWillReturnTrue
public void givenAttributeDescriptorWhenNotLocalizedAndIsACollectionWillReturnTrue()
-
givenAttributeDescriptorWhenNotLocalizedAndIsNotACollectionWillReturnFalse
public void givenAttributeDescriptorWhenNotLocalizedAndIsNotACollectionWillReturnFalse()
-
-