Class PerformanceSynchTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.processengine.synchronus.PerformanceSynchTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest @PerformanceTest public class PerformanceSynchTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PerformanceSynchTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static de.hybris.platform.processengine.synchronus.PerformanceSynchTest.Context
getContext()
void
performanceAsynch()
void
performanceSynch()
void
setUp()
-
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
-
getContext
public static de.hybris.platform.processengine.synchronus.PerformanceSynchTest.Context getContext()
-
setUp
public void setUp()
-
performanceAsynch
public void performanceAsynch() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
performanceSynch
public void performanceSynch() throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
- Throws:
java.lang.InterruptedException
java.util.concurrent.TimeoutException
-
-