public class TestReader extends Object
Constructor and Description |
---|
TestReader() |
Modifier and Type | Method and 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.
|
GeometryOperation |
getGeometryOperation() |
List |
getParsingProblems() |
boolean |
isBooleanFunction(String name) |
boolean |
isDoubleFunction(String name) |
boolean |
isGeometryFunction(String name) |
boolean |
isIntegerFunction(String name) |
public GeometryOperation getGeometryOperation()
public boolean isBooleanFunction(String name)
public boolean isIntegerFunction(String name)
public boolean isDoubleFunction(String name)
public boolean isGeometryFunction(String name)
public List getParsingProblems()
public void clearParsingProblems()
public static List getContents(String textFileName) throws FileNotFoundException, IOException
FileNotFoundException
IOException
Copyright © 2024. All rights reserved.