Class DefaultPointOfServiceServiceTest
java.lang.Object
de.hybris.platform.storelocator.pos.impl.DefaultPointOfServiceServiceTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckCountryCounts(List<StoreCountInfo> pointOfServiceCounts) voidvoidprotected StoreCountInfogetRegionStoreCountInfo(StoreCountInfo storeCountInfo, String regionName) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find anyprotected StoreCountInfogetStoreCountInfo(List<StoreCountInfo> list, String country) given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find anyvoidvoidsetUp()
-
Field Details
-
SYRIA_STORE_COUNT
public static final int SYRIA_STORE_COUNT- See Also:
-
GERMANY_STORE_COUNT
public static final int GERMANY_STORE_COUNT- See Also:
-
GERMANREGION1COUNT
public static final int GERMANREGION1COUNT- See Also:
-
GERMANREGION2COUNT
public static final int GERMANREGION2COUNT- See Also:
-
JAPAN_STORE_COUNT
public static final int JAPAN_STORE_COUNT- See Also:
-
GERMANY
- See Also:
-
JAPAN
- See Also:
-
SYRIA
- See Also:
-
REGION
- See Also:
-
-
Constructor Details
-
DefaultPointOfServiceServiceTest
public DefaultPointOfServiceServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
getPointOfServiceCountsOnlyCountry
public void getPointOfServiceCountsOnlyCountry() -
getPointOfServiceCountsCountryWithRegions
public void getPointOfServiceCountsCountryWithRegions() -
populateRegionStoreCountInfo
public void populateRegionStoreCountInfo() -
getRegionStoreCountInfo
given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find any -
getStoreCountInfo
given aStoreCountInfoand a region name will return the nestedStoreCountInfocorresponding to the given region name will return null if couldn't find any -
checkCountryCounts
-