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 void
testBrokenFileRegex()
void
testBrokenGrepRegex()
void
testDirectories()
void
testFileRegexNotFound()
void
testGrepRegexNotFound()
void
testInvalidPath()
void
testListFilesOperationBothRegex()
void
testListFilesOperationFilePathRegex()
void
testListFilesOperationGrepRegex()
void
testListFilesOperationRoot()
void
testListFilesOperationRootNonrecursive()
void
testListFilesOperationSubdir()
-
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
-
-