public class JUnitReports extends Object implements org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter
Simply propagates to the underlying reports.
Modifiers | Name | Description |
---|---|---|
protected org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter[] |
reports |
Constructor and description |
---|
JUnitReports(org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter[] reports) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addError(Test test, Throwable t) |
|
public void |
addFailure(Test test, junit.framework.AssertionFailedError t) |
|
public void |
endTest(Test test) |
|
public void |
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite) |
|
public void |
setOutput(OutputStream out) |
|
public void |
setSystemError(String err) |
|
public void |
setSystemOutput(String out) |
|
public void |
startTest(Test test) |
|
public void |
startTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite) |