Class TestErrorHandling_IT
- java.lang.Object
-
- com.acumenvelocity.ath.integration.BaseIntegrationTest
-
- com.acumenvelocity.ath.integration.TestErrorHandling_IT
-
public class TestErrorHandling_IT extends BaseIntegrationTest
-
-
Constructor Summary
Constructors Constructor Description TestErrorHandling_IT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateDocumentWithInvalidBody()voidtestDeleteNonExistentDocument()voidtestDeleteNonExistentTranslationMemory()voidtestExportDocumentBeforeImportComplete()voidtestGetNonExistentDocument()voidtestGetNonExistentDocumentSegment()voidtestGetNonExistentTmSegment()voidtestGetNonExistentTranslationMemory()-
Methods inherited from class com.acumenvelocity.ath.integration.BaseIntegrationTest
setUpDockerEnvironment
-
-
-
-
Method Detail
-
testGetNonExistentTranslationMemory
@Test public void testGetNonExistentTranslationMemory() throws Exception- Throws:
Exception
-
testGetNonExistentDocument
@Test public void testGetNonExistentDocument() throws Exception- Throws:
Exception
-
testGetNonExistentDocumentSegment
@Test public void testGetNonExistentDocumentSegment() throws Exception- Throws:
Exception
-
testGetNonExistentTmSegment
@Test public void testGetNonExistentTmSegment() throws Exception- Throws:
Exception
-
testCreateDocumentWithInvalidBody
@Test public void testCreateDocumentWithInvalidBody() throws Exception- Throws:
Exception
-
testExportDocumentBeforeImportComplete
@Test public void testExportDocumentBeforeImportComplete() throws Exception- Throws:
Exception
-
testDeleteNonExistentTranslationMemory
@Test public void testDeleteNonExistentTranslationMemory() throws Exception- Throws:
Exception
-
-