Class DefaultLocationServiceUnitTest
- java.lang.Object
-
- de.hybris.platform.storelocator.location.impl.DefaultLocationServiceUnitTest
-
@UnitTest public class DefaultLocationServiceUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultLocationServiceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestGetSortedLocationNearbyWithNullLatitudeDistance()voidtestGetSortedLocationNearbyWithNullLongitudeDistance()voidtestGetSortedLocationsNearbyWithNotNullDistance()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testGetSortedLocationsNearbyWithNotNullDistance
public void testGetSortedLocationsNearbyWithNotNullDistance() throws LocationServiceException, PointOfServiceDaoException, GeoLocatorException
-
testGetSortedLocationNearbyWithNullLatitudeDistance
public void testGetSortedLocationNearbyWithNullLatitudeDistance() throws LocationServiceException, PointOfServiceDaoException, LocationInstantiationException
-
testGetSortedLocationNearbyWithNullLongitudeDistance
public void testGetSortedLocationNearbyWithNullLongitudeDistance() throws LocationServiceException, PointOfServiceDaoException, LocationInstantiationException
-
-