Class CMSModelCloningContextTest
- java.lang.Object
-
- de.hybris.platform.cms2.cloning.service.impl.CMSModelCloningContextTest
-
@UnitTest public class CMSModelCloningContextTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMSModelCloningContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetNullForPresetValueIfPresetHandlerDoesNotExist()voidshouldGetPresetValueWithOriginalValueForMediaContainer()voidshouldGetPresetValueWithoutOriginalValueForMediaContainer()voidshouldNotTreatAsPartOfWithEmptyPredicates()voidshouldNotTreatAsPartOfWithPredicateFalse()voidshouldTreatAsPartOfWithPredicateTrue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldNotTreatAsPartOfWithEmptyPredicates
public void shouldNotTreatAsPartOfWithEmptyPredicates()
-
shouldNotTreatAsPartOfWithPredicateFalse
public void shouldNotTreatAsPartOfWithPredicateFalse()
-
shouldTreatAsPartOfWithPredicateTrue
public void shouldTreatAsPartOfWithPredicateTrue()
-
shouldGetPresetValueWithOriginalValueForMediaContainer
public void shouldGetPresetValueWithOriginalValueForMediaContainer()
-
shouldGetPresetValueWithoutOriginalValueForMediaContainer
public void shouldGetPresetValueWithoutOriginalValueForMediaContainer()
-
shouldGetNullForPresetValueIfPresetHandlerDoesNotExist
public void shouldGetNullForPresetValueIfPresetHandlerDoesNotExist()
-
-