Class TestDocuments_IT
- java.lang.Object
-
- com.acumenvelocity.ath.integration.BaseIntegrationTest
-
- com.acumenvelocity.ath.integration.TestDocuments_IT
-
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) public class TestDocuments_IT extends BaseIntegrationTest
-
-
Constructor Summary
Constructors Constructor Description TestDocuments_IT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateDocumentSegment()voidtestDeleteDocument()voidtestDeleteDocumentSegment()voidtestDownloadDocument()voidtestDownloadDocumentBeforeExport()voidtestExportDocument()voidtestGetDocuments()voidtestGetDocumentSegment()voidtestGetDocumentSegments()voidtestGetDocumentStatus()voidtestImportDocument()voidtestReimportDocument()voidtestUpdateDocumentSegment()-
Methods inherited from class com.acumenvelocity.ath.integration.BaseIntegrationTest
setUpDockerEnvironment
-
-
-
-
Method Detail
-
testImportDocument
@Test @Order(1) public void testImportDocument() 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
-
-