Class CMSItemNameExistsPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.predicates.CMSItemNameExistsPredicateTest
-
@UnitTest public class CMSItemNameExistsPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMSItemNameExistsPredicateTest()
-
Method Summary
-
-
-
Method Detail
-
setup
public void setup()
-
whenItemIsNotPresentInSearchShouldReturnFalse
public void whenItemIsNotPresentInSearchShouldReturnFalse()
-
whenItemIsPresentInSearchShouldReturnFalseWhenOnlyItselfMatch
public void whenItemIsPresentInSearchShouldReturnFalseWhenOnlyItselfMatch()
-
whenItemIsPresentInSearchShouldReturnFalseWhenOnlyOtherMatch
public void whenItemIsPresentInSearchShouldReturnFalseWhenOnlyOtherMatch()
-
whenItemIsPresentInSearchShouldReturnTrueWhenOtherItemMatch
public void whenItemIsPresentInSearchShouldReturnTrueWhenOtherItemMatch()
-
whenCloneContextSameAsActiveCatalogVersionPredicateReturnsFalseThenResultIsFalse
public void whenCloneContextSameAsActiveCatalogVersionPredicateReturnsFalseThenResultIsFalse()
-
whenTypeHasNoAbstractParentShouldReturnSameTypeCode
public void whenTypeHasNoAbstractParentShouldReturnSameTypeCode()
-
whenTypeHasAbstractParentShouldReturnParentTypeCode
public void whenTypeHasAbstractParentShouldReturnParentTypeCode()
-
whenFindItemByTypeCodeAndNameWithNoFilterShouldReturnAllResults
public void whenFindItemByTypeCodeAndNameWithNoFilterShouldReturnAllResults()
-
whenFindItemByTypeCodeAndNameWithFiltersShouldReturnEmptyResults
public void whenFindItemByTypeCodeAndNameWithFiltersShouldReturnEmptyResults()
-
-