Class ProcessImpexTaskTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ProcessImpexTaskTest extends ServicelayerBaseTest
  • Constructor Details

    • ProcessImpexTaskTest

      public ProcessImpexTaskTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_INSERT_header_With_NullValueEntry

      public void shouldImportItemsUsing_INSERT_header_With_NullValueEntry() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_INSERT_header_With_LessValueEntriesThanColumnsInHeader

      public void shouldImportItemsUsing_INSERT_header_With_LessValueEntriesThanColumnsInHeader() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_INSERT_header

      public void shouldImportItemsUsing_INSERT_header() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_UPDATE_header

      public void shouldImportItemsUsing_UPDATE_header() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_REMOVE_header

      public void shouldImportItemsUsing_REMOVE_header() throws Exception
      Throws:
      Exception
    • shouldImportItemsUsing_INSERT_UPDATE_header

      public void shouldImportItemsUsing_INSERT_UPDATE_header() throws Exception
      Throws:
      Exception
    • shouldImportItemsFromValidLinesAndPutInLogInvalidOnes

      public void shouldImportItemsFromValidLinesAndPutInLogInvalidOnes() throws Exception
      Throws:
      Exception
    • shouldDumpWholeImportAndEnableImportByLineModeForNextTurn

      public void shouldDumpWholeImportAndEnableImportByLineModeForNextTurn() throws Exception
      Throws:
      Exception
    • shouldDumpInvalidLineAndImportCorrectLinesInByLineMode

      public void shouldDumpInvalidLineAndImportCorrectLinesInByLineMode() throws Exception
      Throws:
      Exception
    • shouldPreventImportAnyLineWhenCodeExecutionIsEnabledAnd_clear_IsCalledOnAValieLineInstanceViaScripting

      public void shouldPreventImportAnyLineWhenCodeExecutionIsEnabledAnd_clear_IsCalledOnAValieLineInstanceViaScripting() throws Exception
      Throws:
      Exception
    • shouldDumpPartiallyCreatedItemForSecondPassExecution

      public void shouldDumpPartiallyCreatedItemForSecondPassExecution() throws Exception
      Throws:
      Exception
    • shouldImportUserWithPasswordAttribute

      public void shouldImportUserWithPasswordAttribute() throws Exception
      Throws:
      Exception
    • shouldImportScriptContainingRecurrentSameLocalizedValue

      public void shouldImportScriptContainingRecurrentSameLocalizedValue() throws Exception
      Throws:
      Exception
    • shouldImportScriptContainingLocalizedValueWithoudExplicitIsoCode

      public void shouldImportScriptContainingLocalizedValueWithoudExplicitIsoCode() throws Exception
      Throws:
      Exception
    • shouldImportScriptContainingLocalizedValueWithoutExplicitIsoCodeAndLocalizedValueWitExplicitIsoCode

      public void shouldImportScriptContainingLocalizedValueWithoutExplicitIsoCodeAndLocalizedValueWitExplicitIsoCode() throws Exception
      Throws:
      Exception
    • shouldNotImportLineWhenSuchAnItemAlreadyExistUsing_INSERT_header

      public void shouldNotImportLineWhenSuchAnItemAlreadyExistUsing_INSERT_header() throws Exception
      Throws:
      Exception
    • shouldNotImportLinesWhichRefersToExistingItemsAndImportWhatsPossibleUsing_INSERT_header

      public void shouldNotImportLinesWhichRefersToExistingItemsAndImportWhatsPossibleUsing_INSERT_header() throws Exception
      Throws:
      Exception
    • shouldDumpLineWhenTryingToUpdateNonExistentItemUsing_UPDATE_header

      public void shouldDumpLineWhenTryingToUpdateNonExistentItemUsing_UPDATE_header() throws Exception
      Throws:
      Exception