Class DefaultComposedType2MapPopulatorUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.populator.DefaultComposedType2MapPopulatorUnitTest
-
@UnitTest public class DefaultComposedType2MapPopulatorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultComposedType2MapPopulatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldNotPopulateToMap_whenAttributeIsCollection()voidshouldNotPopulateToMap_whenAttributeIsEnumeration()voidshouldNotPopulateToMap_whenAttributeIsMap()voidshouldNotPopulateToMap_whenAttributeIsPrimitve()voidshouldNotPopulateToMap_whenItemIsNull()voidshouldPopulateToMap()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldPopulateToMap
public void shouldPopulateToMap()
-
shouldNotPopulateToMap_whenItemIsNull
public void shouldNotPopulateToMap_whenItemIsNull()
-
shouldNotPopulateToMap_whenAttributeIsPrimitve
public void shouldNotPopulateToMap_whenAttributeIsPrimitve()
-
shouldNotPopulateToMap_whenAttributeIsEnumeration
public void shouldNotPopulateToMap_whenAttributeIsEnumeration()
-
shouldNotPopulateToMap_whenAttributeIsCollection
public void shouldNotPopulateToMap_whenAttributeIsCollection()
-
shouldNotPopulateToMap_whenAttributeIsMap
public void shouldNotPopulateToMap_whenAttributeIsMap()
-
-