Class TestTranslationMemories_IT
- java.lang.Object
-
- com.acumenvelocity.ath.integration.BaseIntegrationTest
-
- com.acumenvelocity.ath.integration.TestTranslationMemories_IT
-
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) public class TestTranslationMemories_IT extends BaseIntegrationTest
-
-
Constructor Summary
Constructors Constructor Description TestTranslationMemories_IT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreateTranslationMemory()voidtestCreateTranslationMemorySegment()voidtestDeleteTranslationMemory()voidtestDeleteTranslationMemorySegment()voidtestExportTranslationMemory()voidtestGetTranslationMemories()voidtestGetTranslationMemoryInfo()voidtestGetTranslationMemorySegment()voidtestGetTranslationMemorySegments()voidtestUpdateTranslationMemory()voidtestUpdateTranslationMemorySegment()-
Methods inherited from class com.acumenvelocity.ath.integration.BaseIntegrationTest
setUpDockerEnvironment
-
-
-
-
Method Detail
-
testCreateTranslationMemory
@Test @Order(1) public void testCreateTranslationMemory() throws Exception- Throws:
Exception
-
testGetTranslationMemories
@Test @Order(2) public void testGetTranslationMemories() throws Exception- Throws:
Exception
-
testGetTranslationMemoryInfo
@Test @Order(3) public void testGetTranslationMemoryInfo() throws Exception- Throws:
Exception
-
testGetTranslationMemorySegments
@Test @Order(4) public void testGetTranslationMemorySegments() throws Exception- Throws:
Exception
-
testCreateTranslationMemorySegment
@Test @Order(5) public void testCreateTranslationMemorySegment() throws Exception- Throws:
Exception
-
testGetTranslationMemorySegment
@Test @Order(6) public void testGetTranslationMemorySegment() throws Exception- Throws:
Exception
-
testUpdateTranslationMemorySegment
@Test @Order(7) public void testUpdateTranslationMemorySegment() throws Exception- Throws:
Exception
-
testExportTranslationMemory
@Test @Order(8) public void testExportTranslationMemory() throws Exception- Throws:
Exception
-
testUpdateTranslationMemory
@Test @Order(9) public void testUpdateTranslationMemory() throws Exception- Throws:
Exception
-
testDeleteTranslationMemorySegment
@Test @Order(10) public void testDeleteTranslationMemorySegment() throws Exception- Throws:
Exception
-
-