Class LocationServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
-
- de.hybris.platform.storelocator.AbstractGeocodingTest
-
- de.hybris.platform.storelocator.location.LocationServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class LocationServiceTest extends AbstractGeocodingTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
flexibleSearchService
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description LocationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetLocationsForSearch()
void
testGetLocationsNearby()
void
testGetLocationsNearbyByPostcode()
void
testGetLocationsNearbyByPostcodeInputData()
void
testGetLocationsNearbyByTown()
void
testGetLocationsNearbyByTownInputData()
void
testGetLocationsNearbyInputData()
void
testGetLocationsNearbyRadius()
void
testGetLocationsNearbySubList()
-
Methods inherited from class de.hybris.platform.storelocator.AbstractGeocodingTest
createAndStoreTestLocation, createTestCronJob, createTestCronJob, createTestLocation, createTestPosEntries, getCommonI18NService, getCronJobService, getGeocodeAddressesJob, getGeoServiceWrapper, getLocationService, getMapService, getModelService, getPointOfServiceDao, getRouteService, setCommonI18NService, setCronJobService, setGeocodeAddressesJob, setGeoServiceWrapper, setLocationService, setMapService, setModelService, setPointOfServiceDao, setRouteService
-
Methods inherited from class de.hybris.platform.basecommerce.util.BaseCommerceBaseTest
getFlexibleSearchService, getOrderForCode, getProcesses, initMocks, setFlexibleSearchService, waitForProcessToEnd
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetLocationsNearbyByPostcode
public void testGetLocationsNearbyByPostcode() throws GeoServiceWrapperException, LocationServiceException, MapServiceException
-
testGetLocationsNearbyByPostcodeInputData
public void testGetLocationsNearbyByPostcodeInputData() throws GeoServiceWrapperException, LocationServiceException
-
testGetLocationsNearbyByTown
public void testGetLocationsNearbyByTown() throws MapServiceException, GeoServiceWrapperException, LocationServiceException
-
testGetLocationsNearbyByTownInputData
public void testGetLocationsNearbyByTownInputData() throws GeoServiceWrapperException, LocationServiceException
-
testGetLocationsNearby
public void testGetLocationsNearby() throws MapServiceException, GeoServiceWrapperException, LocationServiceException
-
testGetLocationsNearbyInputData
public void testGetLocationsNearbyInputData() throws LocationServiceException
- Throws:
LocationServiceException
-
testGetLocationsNearbySubList
public void testGetLocationsNearbySubList() throws MapServiceException, GeoServiceWrapperException, LocationServiceException
-
testGetLocationsNearbyRadius
public void testGetLocationsNearbyRadius() throws MapServiceException, GeoServiceWrapperException, LocationServiceException
-
testGetLocationsForSearch
public void testGetLocationsForSearch() throws MapServiceException, GeoServiceWrapperException, LocationServiceException
-
-