Class ImportProcessCreationDataTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.impex.distributed.process.ImportProcessCreationDataTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class ImportProcessCreationDataTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImportProcessCreationDataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshoudDivideBiggerScriptToBatches()voidshouldDivideBiggerScriptToBatchesIfBatchIsNotExceeded()voidshouldDivideBiggerScriptToBatchesIfBatchSizeIsExceeded()voidshouldDivideBiggerScriptToBatchesWithBeforeEach()voidshouldDivideBiggerScriptToBatchesWithExternalDataMedia()voidshouldDivideScriptIntoBatchesSkippingFirstInvalidHeaderAndItsLines()voidshouldDivideScriptIntoBatchesSkippingLastInvalidHeaderAndItsLines()voidshouldDivideScriptIntoBatchesSkippingSecondInvalidHeaderAndItsLines()-
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() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldDivideScriptIntoBatchesSkippingFirstInvalidHeaderAndItsLines
public void shouldDivideScriptIntoBatchesSkippingFirstInvalidHeaderAndItsLines()
-
shouldDivideScriptIntoBatchesSkippingSecondInvalidHeaderAndItsLines
public void shouldDivideScriptIntoBatchesSkippingSecondInvalidHeaderAndItsLines()
-
shouldDivideScriptIntoBatchesSkippingLastInvalidHeaderAndItsLines
public void shouldDivideScriptIntoBatchesSkippingLastInvalidHeaderAndItsLines()
-
shoudDivideBiggerScriptToBatches
public void shoudDivideBiggerScriptToBatches()
-
shouldDivideBiggerScriptToBatchesIfBatchSizeIsExceeded
public void shouldDivideBiggerScriptToBatchesIfBatchSizeIsExceeded()
-
shouldDivideBiggerScriptToBatchesIfBatchIsNotExceeded
public void shouldDivideBiggerScriptToBatchesIfBatchIsNotExceeded()
-
shouldDivideBiggerScriptToBatchesWithBeforeEach
public void shouldDivideBiggerScriptToBatchesWithBeforeEach()
-
shouldDivideBiggerScriptToBatchesWithExternalDataMedia
public void shouldDivideBiggerScriptToBatchesWithExternalDataMedia()
-
-