public interface JUnitResultFormatter extends JUnitTaskMirror.JUnitResultFormatterMirror
| Modifier and Type | Method and Description |
|---|---|
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 |
startTestSuite(JUnitTest suite)
The whole testsuite started.
|
void startTestSuite(JUnitTest suite) throws BuildException
suite - the suite.BuildException - on error.void endTestSuite(JUnitTest suite) throws BuildException
suite - the suite.BuildException - on error.void setOutput(OutputStream out)
setOutput in interface JUnitTaskMirror.JUnitResultFormatterMirrorout - the output stream to use.void setSystemOutput(String out)
out - the string to write.void setSystemError(String err)
err - the string to write.Copyright © 2017 SAP SE. All Rights Reserved.