Class EventServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.event.EventServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class EventServiceTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EventServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestEvents()voidtestEventTenantsPLA10063()voidtestInitializationEndEvent()voidtestInitializationStartEvent()voidtestMessageProcessedMultipleTimesBug()voidtestSessionEvents()voidtestTxAwareEvents()voidtestTxEvents()voidtestTxSameEvents()-
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()
-
testEvents
public void testEvents()
-
testTxEvents
public void testTxEvents()
-
testTxAwareEvents
public void testTxAwareEvents()
-
testTxSameEvents
public void testTxSameEvents()
-
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
-
testEventTenantsPLA10063
public void testEventTenantsPLA10063()
-
testMessageProcessedMultipleTimesBug
public void testMessageProcessedMultipleTimesBug() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-