|
|||||||||||
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.BriefFormatter
Field Summary |
Fields inherited from class org.quilt.reports.BaseFormatter |
filtertrace, numberFormat, out, output, results, resultWriter, runner, systemError, systemOutput |
Constructor Summary | |
BriefFormatter()
No-arg constructor. |
Method Summary | |
void |
addError(junit.framework.Test test,
java.lang.Throwable error)
A test caused an unexpected error. |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
A test failed - overrides BasicFormattter method. |
void |
addFailure(junit.framework.Test test,
java.lang.Throwable t)
A test failed - overrides BasicFormattter method. |
void |
endTestSuite(QuiltTest suite)
End the test suite: overrides basic mehod. |
Methods inherited from class org.quilt.reports.BaseFormatter |
endTest, getTestName, setFiltertrace, setOutput, setRunner, setSystemError, setSystemOutput, startTest, startTestSuite |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BriefFormatter()
Method Detail |
public void endTestSuite(QuiltTest suite) throws org.apache.tools.ant.BuildException
endTestSuite
in interface Formatter
endTestSuite
in class BaseFormatter
org.apache.tools.ant.BuildException
public void addFailure(junit.framework.Test test, java.lang.Throwable t)
addFailure
in class BaseFormatter
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t)
addFailure
in interface junit.framework.TestListener
addFailure
in class BaseFormatter
public void addError(junit.framework.Test test, java.lang.Throwable error)
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 |