Package de.hybris.platform.impex.jalo
Class ImpExMultThreadedTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.impex.jalo.ImpExMultThreadedTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ImpExMultThreadedTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImpExMultThreadedTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkMultiThreadedImport(MultiThreadedImporter mImp, int max, java.util.Set<Product> products)
void
setLegacyMode()
void
setUp()
void
testAfterEachInMultiThreadedImpEx()
void
testIgnoreMissingItemsForRemoval()
void
testImport()
void
testMinimalThreadSetup()
void
testPLA11906()
void
testUniqueKeySerialization()
void
testWorkersReturnedToPoolAfterExceptionThrownInReadLine()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws JaloInvalidParameterException, JaloDuplicateCodeException, JaloItemNotFoundException
-
setLegacyMode
public void setLegacyMode()
-
checkMultiThreadedImport
protected void checkMultiThreadedImport(MultiThreadedImporter mImp, int max, java.util.Set<Product> products)
-
testAfterEachInMultiThreadedImpEx
public void testAfterEachInMultiThreadedImpEx() throws ImpExException
- Throws:
ImpExException
-
testMinimalThreadSetup
public void testMinimalThreadSetup() throws ImpExException
- Throws:
ImpExException
-
testImport
public void testImport() throws ImpExException
- Throws:
ImpExException
-
testUniqueKeySerialization
public void testUniqueKeySerialization() throws ImpExException
- Throws:
ImpExException
-
testPLA11906
public void testPLA11906() throws ImpExException
- Throws:
ImpExException
-
testIgnoreMissingItemsForRemoval
public void testIgnoreMissingItemsForRemoval() throws ImpExException
- Throws:
ImpExException
-
testWorkersReturnedToPoolAfterExceptionThrownInReadLine
public void testWorkersReturnedToPoolAfterExceptionThrownInReadLine()
-
-