Package de.hybris.platform.impex.jalo
Class PLA_12772_Test
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.impex.jalo.PLA_12772_Test
-
- All Implemented Interfaces:
JaloSessionHolder
public class PLA_12772_Test extends HybrisJUnit4Test
Tests worker thread leakage due to unsafe abort upon global workers pool being exhausted...
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PLA_12772_Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBehaviourOnExhaustedGlobalPool()
void
testMultipleTimes()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testBehaviourOnExhaustedGlobalPool
public void testBehaviourOnExhaustedGlobalPool() throws ImpExException
- Throws:
ImpExException
-
testMultipleTimes
public void testMultipleTimes() throws ImpExException
- Throws:
ImpExException
-
-