Class TestDocuments_IT


  • @TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
    public class TestDocuments_IT
    extends BaseIntegrationTest
    • Constructor Detail

      • TestDocuments_IT

        public TestDocuments_IT()
    • Method Detail

      • testImportDocument

        @Test
        @Order(1)
        public void testImportDocument()
                                throws Exception
        Throws:
        Exception
      • testGetDocuments

        @Test
        @Order(2)
        public void testGetDocuments()
                              throws Exception
        Throws:
        Exception
      • testGetDocumentStatus

        @Test
        @Order(3)
        public void testGetDocumentStatus()
                                   throws Exception
        Throws:
        Exception
      • testGetDocumentSegments

        @Test
        @Order(4)
        public void testGetDocumentSegments()
                                     throws Exception
        Throws:
        Exception
      • testGetDocumentSegment

        @Test
        @Order(5)
        public void testGetDocumentSegment()
                                    throws Exception
        Throws:
        Exception
      • testUpdateDocumentSegment

        @Test
        @Order(6)
        public void testUpdateDocumentSegment()
                                       throws Exception
        Throws:
        Exception
      • testCreateDocumentSegment

        @Test
        @Order(7)
        public void testCreateDocumentSegment()
                                       throws Exception
        Throws:
        Exception
      • testExportDocument

        @Test
        @Order(8)
        public void testExportDocument()
                                throws Exception
        Throws:
        Exception
      • testDownloadDocument

        @Test
        @Order(9)
        public void testDownloadDocument()
                                  throws Exception
        Throws:
        Exception
      • testDownloadDocumentBeforeExport

        @Test
        @Order(10)
        public void testDownloadDocumentBeforeExport()
                                              throws Exception
        Throws:
        Exception
      • testDeleteDocumentSegment

        @Test
        @Order(11)
        public void testDeleteDocumentSegment()
                                       throws Exception
        Throws:
        Exception
      • testReimportDocument

        @Test
        @Order(12)
        public void testReimportDocument()
                                  throws Exception
        Throws:
        Exception
      • testDeleteDocument

        @Test
        @Order(13)
        public void testDeleteDocument()
                                throws Exception
        Throws:
        Exception