|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.reports.BaseFormatter | +--org.quilt.reports.PlainFormatter
Plain text output of JUnit test results.
Field Summary |
Fields inherited from class org.quilt.reports.BaseFormatter |
filtertrace, numberFormat, out, output, results, resultWriter, runner, systemError, systemOutput |
Constructor Summary | |
PlainFormatter()
No-arg constructor. |
Method Summary | |
void |
addError(junit.framework.Test test,
java.lang.Throwable t)
A test caused an unexpected error. |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
A test failed. |
void |
addFailure(junit.framework.Test test,
java.lang.Throwable t)
A test failed. |
void |
endTest(junit.framework.Test test)
Method called at end of test. |
void |
endTestSuite(QuiltTest qt)
Called at end of Quilt/JUnit test run. |
void |
startTest(junit.framework.Test t)
Method called at beginning of test. |
Methods inherited from class org.quilt.reports.BaseFormatter |
getTestName, setFiltertrace, setOutput, setRunner, setSystemError, setSystemOutput, startTestSuite |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlainFormatter()
Method Detail |
public void endTestSuite(QuiltTest qt) throws org.apache.tools.ant.BuildException
BaseFormatter
endTestSuite
in interface Formatter
endTestSuite
in class BaseFormatter
org.apache.tools.ant.BuildException
public void startTest(junit.framework.Test t)
BaseFormatter
startTest
in interface junit.framework.TestListener
startTest
in class BaseFormatter
t
- JUnit Test (TestCase or TestSuite)public void endTest(junit.framework.Test test)
BaseFormatter
endTest
in interface junit.framework.TestListener
endTest
in class BaseFormatter
test
- JUnit Test (TestCase or TestSuite)public void addFailure(junit.framework.Test test, java.lang.Throwable t)
BaseFormatter
addFailure
in class BaseFormatter
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t)
BaseFormatter
addFailure
in interface junit.framework.TestListener
addFailure
in class BaseFormatter
public void addError(junit.framework.Test test, java.lang.Throwable t)
BaseFormatter
addError
in interface junit.framework.TestListener
addError
in class BaseFormatter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |