Class CMSVersionToItemModelPopulatorTest

java.lang.Object
de.hybris.platform.cms2.version.populator.CMSVersionToItemModelPopulatorTest

@UnitTest public class CMSVersionToItemModelPopulatorTest extends Object
  • Constructor Details

    • CMSVersionToItemModelPopulatorTest

      public CMSVersionToItemModelPopulatorTest()
  • Method Details

    • setup

      public void setup()
    • payloadAttributes

      protected Map<String,TypedValue> payloadAttributes()
    • getLocPayloadAttributes

      protected Map<String,LocalizedTypedValue> getLocPayloadAttributes()
    • getLocAttributeTypedValue

      protected LocalizedTypedValue getLocAttributeTypedValue(String attrType, String collectionType, Map<String,List<String>> locValues)
    • 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()