Package net.stoerr.chatgpt.codevengine
Class GrepActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.GrepActionIT
-
public class GrepActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description GrepActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBrokenFilePathRegex()
void
testBrokenGrepRegex()
void
testFileRegexNotMatching()
void
testGrepOperationContext()
void
testGrepOperationFirstFile()
void
testNotExistingGrepRegex()
void
testWrongFilename()
-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-