Class DefaultStoreLocatorFacadeTest
java.lang.Object
de.hybris.platform.commercefacades.storelocator.impl.DefaultStoreLocatorFacadeTest
Test suite for
DefaultStoreLocatorFacade-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidThis test checks 3 things(!!)voidvoid
-
Constructor Details
-
DefaultStoreLocatorFacadeTest
public DefaultStoreLocatorFacadeTest()
-
-
Method Details
-
setUp
public void setUp() -
testGetNullLocationsForNullTerm
- Throws:
MapServiceException
-
testGetLocationsForQuery
- Throws:
MapServiceException
-
testThrowGetLocationsForQuery
- Throws:
MapServiceException
-
testGetPosForNameForNonExistingName
- Throws:
LocationServiceException
-
testGetPosForName
- Throws:
LocationServiceException
-
testGetPosForLocation
public void testGetPosForLocation() -
testThreeBaseStoresMiddleOneHasNoLocation
public void testThreeBaseStoresMiddleOneHasNoLocation() throws MapServiceException, LocationInstantiationExceptionThis test checks 3 things(!!)- is the locations list concatenated - even when for one store there is an exception thrown
- is the limit of locations respected
- is the order of that locations respected *
-
testTwoBaseStores
-