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 void
checkOutputExistsAndIsAsExpected(Path outFile)
protected static void
deleteDirectory(Path dir)
void
setUp()
static void
setUpClass()
void
testCompleteAIGenerationProcess()
void
testCopy()
Checks whether the deep copy works.void
testReplacePart()
void
testUnclutter()
void
testUnclutterInfilePrompting()
void
testVersionExtraction()
-
-
-
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 IOException
Checks whether the deep copy works.- Throws:
IOException
-
testReplacePart
public void testReplacePart() throws IOException
- Throws:
IOException
-
testUnclutter
public void testUnclutter()
-
testUnclutterInfilePrompting
public void testUnclutterInfilePrompting()
-
-