|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter
org.clapper.util.ant.JUnitSummaryFormatter
public class JUnitSummaryFormatter
JUnit output formatter that summarizes the results slightly differently than the default summary formatter.
| Constructor Summary | |
|---|---|
JUnitSummaryFormatter()
Creates a new instance of SummaryJUnitFormatter |
|
| Method Summary | |
|---|---|
void |
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
Extends the base class's method to display the test suite name before each summary result. |
void |
setOutput(java.io.OutputStream out)
Set the output object. |
| Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter |
|---|
addError, addFailure, addFailure, endTest, setSystemError, setSystemOutput, setWithOutAndErr, startTest, startTestSuite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnitSummaryFormatter()
| Method Detail |
|---|
public void setOutput(java.io.OutputStream out)
setOutput in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormattersetOutput in class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatterout - the output objectpublic void endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite)
endTestSuite in interface org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatterendTestSuite in class org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormattersuite - the test suite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||