Class DefaultDistributedImportProcessHandlerIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.impex.distributed.process.DefaultDistributedImportProcessHandlerIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultDistributedImportProcessHandlerIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultDistributedImportProcessHandlerIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldImportMultipleBatches()
void
shouldImportPossibleBatchesWithImportRelaxedMode()
-
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
-
shouldImportMultipleBatches
public void shouldImportMultipleBatches() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldImportPossibleBatchesWithImportRelaxedMode
public void shouldImportPossibleBatchesWithImportRelaxedMode() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-