Method Summary |
|
public void | addError(Test test, Throwable t) Method called when an unexpected error occurs. |
public void | addFailure(Test test, Throwable t) Method called when a failure (or unexpected error) occurs. |
public void | addFailure(Test test, AssertionFailedError t) Method called when a failure (or unexpected error) occurs. |
public void | endTest(Test test) Method called when a JUnit test ends. |
public void | endTestSuite(QuiltTest qt) Method called at end of test run. |
protected static String | getTestName(Test test) Root around in a junit Test and find a name, should there be one. |
public void | setFiltertrace(boolean b) Enable filtering of Ant/Quilt/JUnit lines from stack traces. |
public void | setOutput(OutputStream out) Set the output file. |
public void | setRunner(Runner testrunner) Set the test runner to be used. |
public void | setSystemError(String out) Direct the error output. |
public void | setSystemOutput(String out) Direct standard output. |
public void | startTest(Test test) Called at the beginning of a JUnit test. |
public void | startTestSuite(QuiltTest qt) Method called at the beginning of the test run. |