Package net.stoerr.chatgpt.codevengine
Class UrlActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.UrlActionIT
-
public class UrlActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description UrlActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testInvalidUrl()
void
testPdfUrl()
void
testUrlWithoutProtocol()
void
testValidUrl()
void
testValidUrlRaw()
-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-