Class CMSVersionToItemModelPopulatorTest
java.lang.Object
de.hybris.platform.cms2.version.populator.CMSVersionToItemModelPopulatorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypedValuegetAttributeTypedValue(String attrType, String collectionType, List<String> values) protected LocalizedTypedValuegetLocAttributeTypedValue(String attrType, String collectionType, Map<String, List<String>> locValues) protected Map<String,LocalizedTypedValue> protected Map<String,TypedValue> voidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CMSVersionToItemModelPopulatorTest
public CMSVersionToItemModelPopulatorTest()
-
-
Method Details
-
setup
public void setup() -
payloadAttributes
-
getLocPayloadAttributes
-
getLocAttributeTypedValue
-
getAttributeTypedValue
protected TypedValue getAttributeTypedValue(String attrType, String collectionType, List<String> values) -
shouldPopulateSimpleAttribute
public void shouldPopulateSimpleAttribute() -
shouldPopulateListAttribute
public void shouldPopulateListAttribute() -
shouldPopulateSetAttribute
public void shouldPopulateSetAttribute() -
shouldPopulateSortedSetAttribute
public void shouldPopulateSortedSetAttribute() -
shouldPopulateCustomSimpleAttribute
public void shouldPopulateCustomSimpleAttribute() -
shouldPopulateCustomCollectionAttribute
public void shouldPopulateCustomCollectionAttribute() -
shouldPopulateLocalizedSimpleAttribute
public void shouldPopulateLocalizedSimpleAttribute() -
shouldPopulateLocalizedCollectionAttribute
public void shouldPopulateLocalizedCollectionAttribute() -
shouldPopulateEmptyCollectionAttributeThatDoesNotExistsInAuditPayload
public void shouldPopulateEmptyCollectionAttributeThatDoesNotExistsInAuditPayload()
-