Class DefaultCMSVersionToDataConverterTest
java.lang.Object
de.hybris.platform.cms2.version.converter.impl.DefaultCMSVersionToDataConverterTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()The structure: // superComposedTypeModel -> // | - superAttributeDescriptor_0_0 qualifier: SUPER_ATT_QUALIFIER_0, type: simple // | - superAttributeDescriptor_0_1 qualifier: SUPER_ATT_QUALIFIER_1, type: collection // | // composedTypeModel -> // - attributeDescriptor0 qualifier: ATT_QUALIFIER_0, type: localized collection // - attributeDescriptor1 qualifier: ATT_QUALIFIER_1, type: localized //voidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultCMSVersionToDataConverterTest
public DefaultCMSVersionToDataConverterTest()
-
-
Method Details
-
setup
public void setup()The structure: // superComposedTypeModel -> // | - superAttributeDescriptor_0_0 qualifier: SUPER_ATT_QUALIFIER_0, type: simple // | - superAttributeDescriptor_0_1 qualifier: SUPER_ATT_QUALIFIER_1, type: collection // | // composedTypeModel -> // - attributeDescriptor0 qualifier: ATT_QUALIFIER_0, type: localized collection // - attributeDescriptor1 qualifier: ATT_QUALIFIER_1, type: localized // -
getConvertedItemModelData
-
getCustomConvertedItemModelData
-
shouldConvertBasicAndCustomAttributeValuesAndMergeThemAndSerialize
public void shouldConvertBasicAndCustomAttributeValuesAndMergeThemAndSerialize() -
shouldConvertLocalizedCollectionAttribute
public void shouldConvertLocalizedCollectionAttribute() -
shouldConvertLocalizedSimpleAttribute
public void shouldConvertLocalizedSimpleAttribute() -
shouldConvertSimpleAttribute
public void shouldConvertSimpleAttribute() -
shouldConvertSimpleCollectionAttribute
public void shouldConvertSimpleCollectionAttribute() -
shouldConvertCustomItemAttributes
public void shouldConvertCustomItemAttributes()
-