Class AIGenerationTaskTest
- java.lang.Object
-
- net.stoerr.ai.aigenpipeline.framework.task.AIGenerationTaskTest
-
public class AIGenerationTaskTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AIGenerationTaskTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckOutputExistsAndIsAsExpected(Path outFile)protected static voiddeleteDirectory(Path dir)voidsetUp()static voidsetUpClass()voidtestCompleteAIGenerationProcess()voidtestCopy()Checks whether the deep copy works.voidtestReplacePart()voidtestUnclutter()voidtestUnclutterInfilePrompting()voidtestVersionExtraction()
-
-
-
Method Detail
-
setUpClass
public static void setUpClass() throws IOException- Throws:
IOException
-
setUp
public void setUp()
-
deleteDirectory
protected static void deleteDirectory(Path dir) throws IOException
- Throws:
IOException
-
checkOutputExistsAndIsAsExpected
protected void checkOutputExistsAndIsAsExpected(Path outFile) throws IOException
- Throws:
IOException
-
testCompleteAIGenerationProcess
public void testCompleteAIGenerationProcess() throws Exception- Throws:
Exception
-
testCopy
public void testCopy() throws IOExceptionChecks whether the deep copy works.- Throws:
IOException
-
testReplacePart
public void testReplacePart() throws IOException- Throws:
IOException
-
testUnclutter
public void testUnclutter()
-
testUnclutterInfilePrompting
public void testUnclutterInfilePrompting()
-
-