Class DefaultLocalStorePreferencesServiceTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.store.impl.DefaultLocalStorePreferencesServiceTest
-
public class DefaultLocalStorePreferencesServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultLocalStorePreferencesServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddToFavoritesPOS()voidtestGetAllPointsOfService()voidtestGetAllPointsOfServiceFromSession()voidtestGetFavoritesPOS()voidtestGetFavoritesPOSNotNull()voidtestRemoveFromFavoritesPOS()voidtestSetFavoritesPOS()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllPointsOfService
public void testGetAllPointsOfService()
-
testGetAllPointsOfServiceFromSession
public void testGetAllPointsOfServiceFromSession()
-
testGetFavoritesPOSNotNull
public void testGetFavoritesPOSNotNull()
-
testGetFavoritesPOS
public void testGetFavoritesPOS()
-
testSetFavoritesPOS
public void testSetFavoritesPOS()
-
testAddToFavoritesPOS
public void testAddToFavoritesPOS()
-
testRemoveFromFavoritesPOS
public void testRemoveFromFavoritesPOS()
-
-