Class DefaultStoreFinderServiceTest

java.lang.Object
de.hybris.platform.commerceservices.storefinder.impl.DefaultStoreFinderServiceTest

@UnitTest public class DefaultStoreFinderServiceTest extends Object
  • Constructor Details

    • DefaultStoreFinderServiceTest

      public DefaultStoreFinderServiceTest()
  • Method Details

    • prepare

      public void prepare()
    • testCalculateBoundsPositive

      public void testCalculateBoundsPositive()
    • testCalculateBoundsNegative

      public void testCalculateBoundsNegative()
    • testCalculateBoundsNegativeCenterOutSide

      public void testCalculateBoundsNegativeCenterOutSide()
    • testCalculateBoundsMixed

      public void testCalculateBoundsMixed()
    • testCalculateBoundsMixedCenterOutSideBounds

      public void testCalculateBoundsMixedCenterOutSideBounds()
    • testCalculateBoundsSendai

      public void testCalculateBoundsSendai()
    • testRangedSearchWhenPageSizeGreaterThanPointOfService

      public void testRangedSearchWhenPageSizeGreaterThanPointOfService()
    • testRangedSearchWhenPageSizeLessThanPointOfService

      public void testRangedSearchWhenPageSizeLessThanPointOfService()
    • testRangedSearchWhenPageSizeStartExceedsSizeThanPointOfService

      public void testRangedSearchWhenPageSizeStartExceedsSizeThanPointOfService()
    • testGetAllPosForCountrySuccess

      public void testGetAllPosForCountrySuccess()
    • testGetAllPosForRegionSuccess

      public void testGetAllPosForRegionSuccess()
    • createPos

      protected PointOfServiceModel createPos(double lat, double lon)
    • preparePageMetaData

      protected PageableData preparePageMetaData(int start, int size)