Sanitises the stack traces generated by tests.
Modifiers | Name | Description |
---|---|---|
protected File |
file |
|
protected java.lang.String |
name |
|
protected java.lang.String |
systemError |
|
protected java.lang.String |
systemOutput |
Constructor and description |
---|
PlainFormatter
(java.lang.String name, File file) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addError(Test test, java.lang.Throwable throwable) |
|
void |
addFailure(Test test, java.lang.Throwable throwable) |
|
void |
endTestSuite(org.apache.tools.ant.taskdefs.optional.junit.JUnitTest suite) |
|
void |
setOutput(OutputStream out) |
|
void |
setSystemError(java.lang.String out) |
|
void |
setSystemOutput(java.lang.String out) |
|
protected void |
writeToFile(File f, java.lang.String text) |