Package net.stoerr.chatgpt.codevengine
Class ExecuteExternalActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.ExecuteExternalActionIT
-
public class ExecuteExternalActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description ExecuteExternalActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestExecuteActionFail()voidtestExecuteActionHelloWorld()voidtestExecuteActionHelloWorldWithArguments()voidtestExecuteActionJsonError()voidtestExecuteActionNotThere()voidtestHelloWorldWithLargeFile()voidtestHelloWorldWithLargeFileAndCut()-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-
-
-
Method Detail
-
testExecuteActionHelloWorld
public void testExecuteActionHelloWorld() throws Exception- Throws:
Exception
-
testExecuteActionHelloWorldWithArguments
public void testExecuteActionHelloWorldWithArguments() throws Exception- Throws:
Exception
-
testHelloWorldWithLargeFile
public void testHelloWorldWithLargeFile() throws Exception- Throws:
Exception
-
testHelloWorldWithLargeFileAndCut
public void testHelloWorldWithLargeFileAndCut() throws Exception- Throws:
Exception
-
testExecuteActionNotThere
public void testExecuteActionNotThere() throws Exception- Throws:
Exception
-
-