Class StoreCountPopulatorTest
- java.lang.Object
-
- de.hybris.platform.commercefacades.storefinder.converters.populator.StoreCountPopulatorTest
-
@UnitTest public class StoreCountPopulatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCO_1static java.lang.StringCO_2static java.lang.StringCOUNTRYstatic java.lang.StringCOUNTRY2static java.lang.StringRE_1static java.lang.StringRE_2static java.lang.StringREGION_1static java.lang.StringREGION_2
-
Constructor Summary
Constructors Constructor Description StoreCountPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldNotPopulateNull()voidshouldPopulateCountry()voidshouldPopulateNestedRegions()
-
-
-
Field Detail
-
COUNTRY
public static final java.lang.String COUNTRY
- See Also:
- Constant Field Values
-
COUNTRY2
public static final java.lang.String COUNTRY2
- See Also:
- Constant Field Values
-
CO_1
public static final java.lang.String CO_1
- See Also:
- Constant Field Values
-
CO_2
public static final java.lang.String CO_2
- See Also:
- Constant Field Values
-
REGION_1
public static final java.lang.String REGION_1
- See Also:
- Constant Field Values
-
RE_1
public static final java.lang.String RE_1
- See Also:
- Constant Field Values
-
REGION_2
public static final java.lang.String REGION_2
- See Also:
- Constant Field Values
-
RE_2
public static final java.lang.String RE_2
- See Also:
- Constant Field Values
-
-