Package net.stoerr.chatgpt.codevengine
Class ReplaceActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.ReplaceActionIT
-
public class ReplaceActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description ReplaceActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testComplainAboutMultiplesSinceManyMatches()
void
testComplainAboutMultiplesSinceNoMatch()
void
testMultipleReplacementsInOneRequest()
void
testReplaceOperation()
void
testReplaceOperationFileNotFound()
-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-
-
-
Method Detail
-
testComplainAboutMultiplesSinceNoMatch
public void testComplainAboutMultiplesSinceNoMatch() throws Exception
- Throws:
Exception
-
testComplainAboutMultiplesSinceManyMatches
public void testComplainAboutMultiplesSinceManyMatches() throws Exception
- Throws:
Exception
-
testReplaceOperationFileNotFound
public void testReplaceOperationFileNotFound() throws Exception
- Throws:
Exception
-
-