Class DefaultMapType2MapPopulatorUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.populator.DefaultMapType2MapPopulatorUnitTest
-
@UnitTest public class DefaultMapType2MapPopulatorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMapType2MapPopulatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldNotPopulateLocalizedButNotMapAttributes()voidshouldNotPopulateToMap_whenLocalizedValueIsEmptyString()voidshouldNotPopulateToMap_whenLocalizedValueIsNull()voidshouldNotPopulateToMap_whenNoLocalizedValueFound()voidshouldOnlyPopulateToMapCurrentSessionLocalValue()
-
-
-
Method Detail
-
shouldOnlyPopulateToMapCurrentSessionLocalValue
public void shouldOnlyPopulateToMapCurrentSessionLocalValue()
-
shouldNotPopulateToMap_whenNoLocalizedValueFound
public void shouldNotPopulateToMap_whenNoLocalizedValueFound()
-
shouldNotPopulateToMap_whenLocalizedValueIsNull
public void shouldNotPopulateToMap_whenLocalizedValueIsNull()
-
shouldNotPopulateToMap_whenLocalizedValueIsEmptyString
public void shouldNotPopulateToMap_whenLocalizedValueIsEmptyString()
-
shouldNotPopulateLocalizedButNotMapAttributes
public void shouldNotPopulateLocalizedButNotMapAttributes()
-
-