Class DefaultMapServiceTest
- java.lang.Object
-
- de.hybris.platform.storelocator.map.impl.DefaultMapServiceTest
-
@UnitTest public class DefaultMapServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMapServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldConfigureDefaultMapRadius()voidshouldRecalculateBoundsAgainstMapCenter()voidshouldSetMapTitle()voidtestGetMapBoundsForMap()voidtestGetMapBoundsNoPOS()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetMapBoundsForMap
public void testGetMapBoundsForMap() throws GeoLocatorException- Throws:
GeoLocatorException
-
testGetMapBoundsNoPOS
public void testGetMapBoundsNoPOS() throws GeoLocatorException- Throws:
GeoLocatorException
-
shouldRecalculateBoundsAgainstMapCenter
public void shouldRecalculateBoundsAgainstMapCenter() throws GeoLocatorException- Throws:
GeoLocatorException
-
shouldConfigureDefaultMapRadius
public void shouldConfigureDefaultMapRadius() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSetMapTitle
public void shouldSetMapTitle() throws java.lang.Exception- Throws:
java.lang.Exception
-
-