Package de.hybris.platform.jalo
Class SessionContextMapTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.jalo.SessionContextMapTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class SessionContextMapTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description SessionContextMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepareSessions()voidtestModifingLocalSesion()voidtestReadingLocalSesion()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
prepareSessions
public void prepareSessions() throws JaloSecurityException- Throws:
JaloSecurityException
-
testReadingLocalSesion
public void testReadingLocalSesion() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testModifingLocalSesion
public void testModifingLocalSesion() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-