Class TestReader
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.TestReader
-
public class TestReader extends Object
- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description TestReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearParsingProblems()
TestRun
createTestRun(File testFile, int runIndex)
static List
getContents(String textFileName)
Returns a List of the String's in the text file, one per line.List
getParsingProblems()
-
-
-
Method Detail
-
getParsingProblems
public List getParsingProblems()
-
clearParsingProblems
public void clearParsingProblems()
-
getContents
public static List getContents(String textFileName) throws FileNotFoundException, IOException
Returns a List of the String's in the text file, one per line.- Throws:
FileNotFoundException
IOException
-
-