Package net.stoerr.chatgpt.codevengine
Class ListFilesActionIT
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.AbstractActionIT
-
- net.stoerr.chatgpt.codevengine.ListFilesActionIT
-
public class ListFilesActionIT extends AbstractActionIT
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
collector
-
-
Constructor Summary
Constructors Constructor Description ListFilesActionIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBrokenFileRegex()voidtestBrokenGrepRegex()voidtestDirectories()voidtestFileRegexNotFound()voidtestGrepRegexNotFound()voidtestInvalidPath()voidtestListFilesOperationBothRegex()voidtestListFilesOperationFilePathRegex()voidtestListFilesOperationGrepRegex()voidtestListFilesOperationRoot()voidtestListFilesOperationRootNonrecursive()voidtestListFilesOperationSubdir()-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractActionIT
checkResponse, readFile, setUp, setUpClass, tearDown, tearDownClass, writeActualAndCompareExpected
-
-
-
-
Method Detail
-
testListFilesOperationRoot
public void testListFilesOperationRoot() throws Exception- Throws:
Exception
-
testListFilesOperationRootNonrecursive
public void testListFilesOperationRootNonrecursive() throws Exception- Throws:
Exception
-
testListFilesOperationSubdir
public void testListFilesOperationSubdir() throws Exception- Throws:
Exception
-
testListFilesOperationFilePathRegex
public void testListFilesOperationFilePathRegex() throws Exception- Throws:
Exception
-
testListFilesOperationGrepRegex
public void testListFilesOperationGrepRegex() throws Exception- Throws:
Exception
-
testListFilesOperationBothRegex
public void testListFilesOperationBothRegex() throws Exception- Throws:
Exception
-
-