Class AsynchronousEventServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.event.AbstractAsynchronousEventServiceTest
-
- de.hybris.platform.servicelayer.event.AsynchronousEventServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class AsynchronousEventServiceTest extends AbstractAsynchronousEventServiceTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.event.AbstractAsynchronousEventServiceTest
AbstractAsynchronousEventServiceTest.EventQueue<T extends AbstractEvent>, AbstractAsynchronousEventServiceTest.PrecedingListener, AbstractAsynchronousEventServiceTest.TestEventQueueBasedListener
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.event.AbstractAsynchronousEventServiceTest
eventService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AsynchronousEventServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEvents()voidtestInitializationEndEvent()voidtestInitializationStartEvent()voidtestSessionEvents()voidtestSessionEventsWhenPrecedingListenersAreFailing()voidtestTxAwareEvents()voidtestTxEvents()-
Methods inherited from class de.hybris.platform.servicelayer.event.AbstractAsynchronousEventServiceTest
adjustPrecedingListener, pollEvent, setExpectedEventClass, setSourceFilter, setUp, 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
-
testEvents
public void testEvents() throws java.lang.Exception- Throws:
java.lang.Exception
-
testTxEvents
public void testTxEvents() throws java.lang.Exception- Throws:
java.lang.Exception
-
testTxAwareEvents
public void testTxAwareEvents() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInitializationStartEvent
public void testInitializationStartEvent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInitializationEndEvent
public void testInitializationEndEvent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSessionEvents
public void testSessionEvents() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSessionEventsWhenPrecedingListenersAreFailing
public void testSessionEventsWhenPrecedingListenersAreFailing() throws java.lang.Exception- Throws:
java.lang.Exception
-
-