Class PointOfServiceTest
- java.lang.Object
-
- de.hybris.platform.storelocator.pos.PointOfServiceTest
-
@UnitTest public class PointOfServiceTest extends java.lang.Object
Test class forPointOfServiceService.
-
-
Constructor Summary
Constructors Constructor Description PointOfServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetPointOfServiceForName()voidtestGetPointOfServiceForNameWhenNameIsNull()voidtestGetPointOfServiceForNameWhenNameNotFound()
-
-
-
Method Detail
-
setUp
public void setUp() throws GeoLocatorException, LocationInstantiationException
-
testGetPointOfServiceForNameWhenNameIsNull
public void testGetPointOfServiceForNameWhenNameIsNull()
-
testGetPointOfServiceForNameWhenNameNotFound
public void testGetPointOfServiceForNameWhenNameNotFound() throws PointOfServiceDaoException- Throws:
PointOfServiceDaoException
-
testGetPointOfServiceForName
public void testGetPointOfServiceForName() throws PointOfServiceDaoException- Throws:
PointOfServiceDaoException
-
-