|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.reports.SummaryFormatter
Constructor Summary | |
SummaryFormatter()
|
Method Summary | |
void |
addError(junit.framework.Test test,
java.lang.Throwable t)
An unexpected error occurred. |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
A failure occurred. |
void |
addFailure(junit.framework.Test test,
java.lang.Throwable t)
A failure occurred. |
void |
endTest(junit.framework.Test test)
Called at end of JUnit test. |
void |
endTestSuite(QuiltTest qt)
Called at the end of the Ant/Quilt test run. |
void |
setFiltertrace(boolean b)
Enable filtering of Ant/Quilt/JUnit lines from stack traces. |
void |
setOutput(java.io.OutputStream out)
Where to direct output. |
void |
setRunner(Runner testrunner)
Select the runner to be used. |
void |
setSystemError(java.lang.String err)
Where to send system error output. |
void |
setSystemOutput(java.lang.String out)
Where to send standard output. |
void |
setWithOutAndErr(boolean value)
Ant-compatible method determining whether System.out and System.err should be echoed to the summary report. |
void |
startTest(junit.framework.Test t)
Called at beginning of JUnit test. |
void |
startTestSuite(QuiltTest suite)
Called at start of Ant/Quilt test run. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SummaryFormatter()
Method Detail |
public void endTestSuite(QuiltTest qt) throws org.apache.tools.ant.BuildException
endTestSuite
in interface Formatter
org.apache.tools.ant.BuildException
public void setFiltertrace(boolean b)
setFiltertrace
in interface Formatter
public void setOutput(java.io.OutputStream out)
setOutput
in interface Formatter
public void setRunner(Runner testrunner)
setRunner
in interface Formatter
public void setSystemError(java.lang.String err)
setSystemError
in interface Formatter
public void setSystemOutput(java.lang.String out)
setSystemOutput
in interface Formatter
public void startTestSuite(QuiltTest suite)
startTestSuite
in interface Formatter
public void addError(junit.framework.Test test, java.lang.Throwable t)
addError
in interface junit.framework.TestListener
public void addFailure(junit.framework.Test test, java.lang.Throwable t)
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t)
addFailure
in interface junit.framework.TestListener
public void endTest(junit.framework.Test test)
endTest
in interface junit.framework.TestListener
public void startTest(junit.framework.Test t)
startTest
in interface junit.framework.TestListener
public void setWithOutAndErr(boolean value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |