Class TestEngine
java.lang.Object
org.locationtech.jtstest.testrunner.TestEngine
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetEnd()intintintintgetStart()intintReturns the total number of tests.booleanReturns whether the TestEngine is running any TestCase's.voidrun()voidsetTestCaseIndexToRun(int testCaseIndexToRun) voidsetTestFiles(List<File> testFiles) Sets the File's that contain the tests.
-
Constructor Details
-
TestEngine
public TestEngine()Creates a TestEngine.
-
-
Method Details
-
setTestFiles
-
setTestCaseIndexToRun
public void setTestCaseIndexToRun(int testCaseIndexToRun) -
getExceptionCount
public int getExceptionCount() -
getFailedCount
public int getFailedCount() -
getPassedCount
public int getPassedCount() -
getParseExceptionCount
public int getParseExceptionCount() -
isRunning
public boolean isRunning()Returns whether the TestEngine is running any TestCase's. -
getTestCount
public int getTestCount()Returns the total number of tests. -
getTestCaseCount
public int getTestCaseCount() -
getParsingProblems
-
getTestRuns
-
getStart
-
getEnd
-
clearParsingProblems
public void clearParsingProblems() -
run
-