Package net.stoerr.chatgpt.codevengine
Class CoDeveloperEngineGeneralIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.CoDeveloperEngineGeneralIT
-
public class CoDeveloperEngineGeneralIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description CoDeveloperEngineGeneralIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAiPluginJson()
void
testCoDeveloperEngineYaml()
void
testRoot()
void
testUnknownRequest()
-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-
-
-
Method Detail
-
testRoot
public void testRoot() throws IOException
- Throws:
IOException
-
testAiPluginJson
public void testAiPluginJson() throws IOException
- Throws:
IOException
-
testCoDeveloperEngineYaml
public void testCoDeveloperEngineYaml() throws IOException
- Throws:
IOException
-
-