public class SummaryJUnitResultFormatter extends Object implements JUnitResultFormatter, JUnitTaskMirror.SummaryJUnitResultFormatterMirror
| Constructor and Description |
|---|
SummaryJUnitResultFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(Test test,
Throwable t)
Empty
|
void |
addFailure(Test test,
AssertionFailedError t)
Interface TestListener for JUnit > 3.4.
|
void |
addFailure(Test test,
Throwable t)
Empty
|
void |
endTest(Test test)
Empty
|
void |
endTestSuite(JUnitTest suite)
The whole testsuite ended.
|
void |
setOutput(OutputStream out)
Sets the stream the formatter is supposed to write its results to.
|
void |
setSystemError(String err)
This is what the test has written to System.err
|
void |
setSystemOutput(String out)
This is what the test has written to System.out
|
void |
setWithOutAndErr(boolean value)
Should the output to System.out and System.err be written to the summary.
|
void |
startTest(Test t)
Empty
|
void |
startTestSuite(JUnitTest suite)
The testsuite started.
|
public void startTestSuite(JUnitTest suite)
startTestSuite in interface JUnitResultFormattersuite - the testsuite.public void startTest(Test t)
t - not used.public void endTest(Test test)
test - not used.public void addFailure(Test test,
Throwable t)
test - not used.t - not used.public void addFailure(Test test,
AssertionFailedError t)
A Test failed.
test - not used.t - not used.public void addError(Test test,
Throwable t)
test - not used.t - not used.public void setOutput(OutputStream out)
setOutput in interface JUnitResultFormattersetOutput in interface JUnitTaskMirror.JUnitResultFormatterMirrorout - the output stream to use.public void setSystemOutput(String out)
setSystemOutput in interface JUnitResultFormatterout - the string to write.public void setSystemError(String err)
setSystemError in interface JUnitResultFormattererr - the string to write.public void setWithOutAndErr(boolean value)
setWithOutAndErr in interface JUnitTaskMirror.SummaryJUnitResultFormatterMirrorvalue - if true write System.out and System.err to the summary.public void endTestSuite(JUnitTest suite) throws BuildException
endTestSuite in interface JUnitResultFormattersuite - the testsuite.BuildException - if there is an error.Copyright © 2017 SAP SE. All Rights Reserved.