Class DefaultPointOfServiceServiceTest

java.lang.Object
de.hybris.platform.storelocator.pos.impl.DefaultPointOfServiceServiceTest

@UnitTest public class DefaultPointOfServiceServiceTest extends Object
  • Field Details

  • Constructor Details

    • DefaultPointOfServiceServiceTest

      public DefaultPointOfServiceServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • getPointOfServiceCountsOnlyCountry

      public void getPointOfServiceCountsOnlyCountry()
    • getPointOfServiceCountsCountryWithRegions

      public void getPointOfServiceCountsCountryWithRegions()
    • populateRegionStoreCountInfo

      public void populateRegionStoreCountInfo()
    • getRegionStoreCountInfo

      protected StoreCountInfo getRegionStoreCountInfo(StoreCountInfo storeCountInfo, String regionName)
      given a StoreCountInfo and a region name will return the nested StoreCountInfo corresponding to the given region name will return null if couldn't find any
    • getStoreCountInfo

      protected StoreCountInfo getStoreCountInfo(List<StoreCountInfo> list, String country)
      given a StoreCountInfo and a region name will return the nested StoreCountInfo corresponding to the given region name will return null if couldn't find any
    • checkCountryCounts

      protected void checkCountryCounts(List<StoreCountInfo> pointOfServiceCounts)