Constructor and Description |
---|
TestEngine()
Creates a TestEngine.
|
Modifier and Type | Method and Description |
---|---|
void |
clearParsingProblems() |
Date |
getEnd() |
int |
getExceptionCount() |
int |
getFailedCount() |
int |
getParseExceptionCount() |
List |
getParsingProblems() |
int |
getPassedCount() |
Date |
getStart() |
int |
getTestCaseCount() |
int |
getTestCount()
Returns the total number of tests.
|
List |
getTestRuns() |
boolean |
isRunning()
Returns whether the TestEngine is running any TestCase's.
|
void |
run() |
void |
setTestCaseIndexToRun(int testCaseIndexToRun) |
void |
setTestFiles(List testFiles)
Sets the File's that contain the tests.
|
public void setTestFiles(List testFiles)
public void setTestCaseIndexToRun(int testCaseIndexToRun)
public int getExceptionCount()
public int getFailedCount()
public int getPassedCount()
public int getParseExceptionCount()
public boolean isRunning()
public int getTestCount()
public int getTestCaseCount()
public List getParsingProblems()
public List getTestRuns()
public Date getStart()
public Date getEnd()
public void clearParsingProblems()
Copyright © 2017. All Rights Reserved.