Class ProcessImpexTaskTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.impex.distributed.task.ProcessImpexTaskTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ProcessImpexTaskTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ProcessImpexTaskTest()
-
Method Summary
-
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
-
shouldImportItemsUsing_INSERT_header_With_NullValueEntry
public void shouldImportItemsUsing_INSERT_header_With_NullValueEntry() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsUsing_INSERT_header_With_LessValueEntriesThanColumnsInHeader
public void shouldImportItemsUsing_INSERT_header_With_LessValueEntriesThanColumnsInHeader() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsUsing_INSERT_header
public void shouldImportItemsUsing_INSERT_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsUsing_UPDATE_header
public void shouldImportItemsUsing_UPDATE_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsUsing_REMOVE_header
public void shouldImportItemsUsing_REMOVE_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsUsing_INSERT_UPDATE_header
public void shouldImportItemsUsing_INSERT_UPDATE_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportItemsFromValidLinesAndPutInLogInvalidOnes
public void shouldImportItemsFromValidLinesAndPutInLogInvalidOnes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDumpWholeImportAndEnableImportByLineModeForNextTurn
public void shouldDumpWholeImportAndEnableImportByLineModeForNextTurn() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDumpInvalidLineAndImportCorrectLinesInByLineMode
public void shouldDumpInvalidLineAndImportCorrectLinesInByLineMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldPreventImportAnyLineWhenCodeExecutionIsEnabledAnd_clear_IsCalledOnAValieLineInstanceViaScripting
public void shouldPreventImportAnyLineWhenCodeExecutionIsEnabledAnd_clear_IsCalledOnAValieLineInstanceViaScripting() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDumpPartiallyCreatedItemForSecondPassExecution
public void shouldDumpPartiallyCreatedItemForSecondPassExecution() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportUserWithPasswordAttribute
public void shouldImportUserWithPasswordAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportScriptContainingRecurrentSameLocalizedValue
public void shouldImportScriptContainingRecurrentSameLocalizedValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportScriptContainingLocalizedValueWithoudExplicitIsoCode
public void shouldImportScriptContainingLocalizedValueWithoudExplicitIsoCode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldImportScriptContainingLocalizedValueWithoutExplicitIsoCodeAndLocalizedValueWitExplicitIsoCode
public void shouldImportScriptContainingLocalizedValueWithoutExplicitIsoCodeAndLocalizedValueWitExplicitIsoCode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldNotImportLineWhenSuchAnItemAlreadyExistUsing_INSERT_header
public void shouldNotImportLineWhenSuchAnItemAlreadyExistUsing_INSERT_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldNotImportLinesWhichRefersToExistingItemsAndImportWhatsPossibleUsing_INSERT_header
public void shouldNotImportLinesWhichRefersToExistingItemsAndImportWhatsPossibleUsing_INSERT_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDumpLineWhenTryingToUpdateNonExistentItemUsing_UPDATE_header
public void shouldDumpLineWhenTryingToUpdateNonExistentItemUsing_UPDATE_header() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-