Class AsyncSessionPersisterTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.web.session.persister.AsyncSessionPersisterTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsyncSessionPersisterTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AsyncSessionPersisterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
asyncSessionPersisting()
void
asyncSessionPersistingFewSessions()
void
asyncSessionPersistingUpdateSession()
void
setUp()
void
tearDown()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
asyncSessionPersisting
public void asyncSessionPersisting() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
asyncSessionPersistingFewSessions
public void asyncSessionPersistingFewSessions() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
asyncSessionPersistingUpdateSession
public void asyncSessionPersistingUpdateSession() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-