Package de.hybris.platform.impex.jalo
Class PLA_12491_Test
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.impex.jalo.PLA_12491_Test
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PLA_12491_Test extends ServicelayerBaseTest
Tests potential thread pool leak when running multi-threaded ImpEx with errors caught by workers. See PLA-12491 for the whole story!
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PLA_12491_Test()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PLA_12491_Test_Interceptor
assertInterceptorInstalled()
void
setUp()
void
tearDown()
void
testErrorInInterceptor()
void
testErrorInWorker()
-
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()
-
assertInterceptorInstalled
protected PLA_12491_Test_Interceptor assertInterceptorInstalled()
-
testErrorInWorker
public void testErrorInWorker()
-
testErrorInInterceptor
public void testErrorInInterceptor()
-
-