Class EventListenersPerformanceTests
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.scripting.events.impl.EventListenersPerformanceTests
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest public class EventListenersPerformanceTests extends ServicelayerTransactionalBaseTest
Performance tests for scripting event listeners
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EventListenersPerformanceTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testScriptingListenerManyFastEvents()
void
testScriptingListenerOneSlowEvent()
void
testStandardListenerManyFastEvents()
void
testStandardListenerOneSlowEvent()
-
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() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStandardListenerOneSlowEvent
public void testStandardListenerOneSlowEvent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testStandardListenerManyFastEvents
public void testStandardListenerManyFastEvents() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testScriptingListenerOneSlowEvent
public void testScriptingListenerOneSlowEvent() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testScriptingListenerManyFastEvents
public void testScriptingListenerManyFastEvents() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-