Class EventServiceStressTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.event.EventServiceStressTest
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest public class EventServiceStressTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EventServiceStressTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestClusterEvents()voidtestClusterEventsStressTest()voidtestItemCreateRemoveEvents()voidtestItemCreateRemoveEventsStressTest()-
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()
-
testClusterEvents
public void testClusterEvents() throws java.lang.Exception- Throws:
java.lang.Exception
-
testClusterEventsStressTest
public void testClusterEventsStressTest() throws java.lang.Exception- Throws:
java.lang.Exception
-
testItemCreateRemoveEvents
public void testItemCreateRemoveEvents() throws ConsistencyCheckException, java.lang.InterruptedException- Throws:
ConsistencyCheckExceptionjava.lang.InterruptedException
-
testItemCreateRemoveEventsStressTest
public void testItemCreateRemoveEventsStressTest() throws ConsistencyCheckException, java.lang.InterruptedException- Throws:
ConsistencyCheckExceptionjava.lang.InterruptedException
-
-