Class DefaultEnumerationMetaType2MapPopulatorUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.populator.DefaultEnumerationMetaType2MapPopulatorUnitTest
-
@UnitTest public class DefaultEnumerationMetaType2MapPopulatorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultEnumerationMetaType2MapPopulatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldNotPopulate_whenAttributeIsComplexType()voidshouldNotPopulate_whenAttributeIsNull()voidshouldNotPopulate_whenAttributeIsPrimitive()voidshouldPopulateToMap()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldPopulateToMap
public void shouldPopulateToMap()
-
shouldNotPopulate_whenAttributeIsPrimitive
public void shouldNotPopulate_whenAttributeIsPrimitive()
-
shouldNotPopulate_whenAttributeIsComplexType
public void shouldNotPopulate_whenAttributeIsComplexType()
-
shouldNotPopulate_whenAttributeIsNull
public void shouldNotPopulate_whenAttributeIsNull()
-
-