Package de.hybris.platform.test
Class ConcurrentPerformanceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.ConcurrentPerformanceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest public class ConcurrentPerformanceTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ConcurrentPerformanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testParallel1()
void
testParallel2()
void
testParallel3()
void
testParallelCache()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testParallel1
public void testParallel1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParallel2
public void testParallel2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParallel3
public void testParallel3() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParallelCache
public void testParallelCache() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-