Class AbstractItemImportFacadeIntegrationTest

All Implemented Interfaces:
JaloSessionHolder
Direct Known Subclasses:
DefaultItemImportFacadeDistributedAndSldImpexIntegrationTest, DefaultItemImportFacadeDistributedImpexIntegrationTest, DefaultItemImportFacadeIntegrationTest

@IntegrationTest public abstract class AbstractItemImportFacadeIntegrationTest extends ServicelayerTest
  • Constructor Details

    • AbstractItemImportFacadeIntegrationTest

      public AbstractItemImportFacadeIntegrationTest()
  • Method Details

    • saveImpexSourceBeforeAllTests

      public static void saveImpexSourceBeforeAllTests() throws IOException
      Throws:
      IOException
    • deleteImpexSourceAfterAllTestsDone

      public static void deleteImpexSourceAfterAllTestsDone() throws IOException
      Throws:
      IOException
    • setUp

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

      public void cleanUp() throws Exception
      Throws:
      Exception
    • testSuccessfulImportDoesNotContainErrorsInTheResult

      public void testSuccessfulImportDoesNotContainErrorsInTheResult() throws Exception
      Throws:
      Exception
    • testInvalidUnitReferenceImpexScript

      public void testInvalidUnitReferenceImpexScript() throws Exception
      Throws:
      Exception
    • testMissingMandatoryAttributeImpex

      public void testMissingMandatoryAttributeImpex() throws Exception
      Throws:
      Exception
    • testMissingReferenceVersionImpex

      public void testMissingReferenceVersionImpex() throws Exception
      Throws:
      Exception
    • testNonUniqueCode

      public void testNonUniqueCode() throws Exception
      Throws:
      Exception
    • testInvalidDataFormat

      public void testInvalidDataFormat() throws Exception
      Throws:
      Exception
    • enableDistributedImpexAndSld

      protected void enableDistributedImpexAndSld(boolean isEnabled, boolean isSld)