Package net.stoerr.chatgpt.codevengine
Class ReadFileActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.ReadFileActionIT
-
public class ReadFileActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description ReadFileActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testReadWithMaxLines()
void
testReadWithMaxLinesAndStartLine()
void
testReadWithoutParameters()
void
testReadWithStartLine()
-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-