| Package | Description |
|---|---|
| de.hybris.ant.taskdefs.yunit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JUnitResultFormatter
This Interface describes classes that format the results of a JUnit testrun.
|
static interface |
JUnitTaskMirror.SummaryJUnitResultFormatterMirror
The interface that SummaryJUnitResultFormatter extends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BriefJUnitResultFormatter
Prints plain text output of the test to a specified Writer.
|
class |
OutErrSummaryJUnitResultFormatter
Used instead of SummaryJUnitResultFormatter in forked tests if withOutAndErr is requested.
|
class |
PlainJUnitResultFormatter
Prints plain text output of the test to a specified Writer.
|
class |
SummaryJUnitResultFormatter
Prints short summary output of the test to Ant's logging system.
|
class |
XMLJUnitResultFormatter
Prints XML output of the test to a specified Writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitTaskMirror.JUnitTestRunnerMirror.addFormatter(JUnitTaskMirror.JUnitResultFormatterMirror formatter)
Add a formatter to the test.
|
void |
JUnitTestRunner.addFormatter(JUnitTaskMirror.JUnitResultFormatterMirror f)
Add a formatter to the test.
|
void |
JUnitTaskMirrorImpl.addVmExit(JUnitTest test,
JUnitTaskMirror.JUnitResultFormatterMirror aFormatter,
OutputStream out,
String message,
String testCase)
Add the formatter to be called when the jvm exits before the test suite finishs.
|
void |
JUnitTaskMirror.addVmExit(JUnitTest test,
JUnitTaskMirror.JUnitResultFormatterMirror formatter,
OutputStream out,
String message,
String testCase)
Add the formatter to be called when the jvm exits before the test suite finishs.
|
Copyright © 2017 SAP SE. All Rights Reserved.