Class AsyncPersistedSessionLoadTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.web.session.persister.AsyncPersistedSessionLoadTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsyncPersistedSessionLoadTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AsyncPersistedSessionLoadTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
revertConfigs()
void
setup()
void
shouldHandleWithoutErrors()
void
shouldNotThrowExceptionsWhenFailedToPersist()
void
shouldThrowExceptionsWhenFailedAndConfiguredToDo()
-
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()
-
revertConfigs
public void revertConfigs()
-
shouldHandleWithoutErrors
public void shouldHandleWithoutErrors() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldNotThrowExceptionsWhenFailedToPersist
public void shouldNotThrowExceptionsWhenFailedToPersist() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldThrowExceptionsWhenFailedAndConfiguredToDo
public void shouldThrowExceptionsWhenFailedAndConfiguredToDo()
-
-