Uses of Interface
de.hybris.ant.taskdefs.yunit.JUnitTaskMirror.JUnitResultFormatterMirror
-
Packages that use JUnitTaskMirror.JUnitResultFormatterMirror Package Description de.hybris.ant.taskdefs.yunit -
-
Uses of JUnitTaskMirror.JUnitResultFormatterMirror in de.hybris.ant.taskdefs.yunit
Subinterfaces of JUnitTaskMirror.JUnitResultFormatterMirror in de.hybris.ant.taskdefs.yunit Modifier and Type Interface Description interfaceJUnitResultFormatterThis Interface describes classes that format the results of a JUnit testrun.static interfaceJUnitTaskMirror.SummaryJUnitResultFormatterMirrorThe interface that SummaryJUnitResultFormatter extends.Classes in de.hybris.ant.taskdefs.yunit that implement JUnitTaskMirror.JUnitResultFormatterMirror Modifier and Type Class Description classBriefJUnitResultFormatterPrints plain text output of the test to a specified Writer.classOutErrSummaryJUnitResultFormatterUsed instead of SummaryJUnitResultFormatter in forked tests if withOutAndErr is requested.classPlainJUnitResultFormatterPrints plain text output of the test to a specified Writer.classSummaryJUnitResultFormatterPrints short summary output of the test to Ant's logging system.classXMLJUnitResultFormatterPrints XML output of the test to a specified Writer.Methods in de.hybris.ant.taskdefs.yunit with parameters of type JUnitTaskMirror.JUnitResultFormatterMirror Modifier and Type Method Description voidJUnitTaskMirror.JUnitTestRunnerMirror. addFormatter(JUnitTaskMirror.JUnitResultFormatterMirror formatter)Add a formatter to the test.voidJUnitTestRunner. addFormatter(JUnitTaskMirror.JUnitResultFormatterMirror f)Add a formatter to the test.voidJUnitTaskMirror. addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror formatter, java.io.OutputStream out, java.lang.String message, java.lang.String testCase)Add the formatter to be called when the jvm exits before the test suite finishs.voidJUnitTaskMirrorImpl. addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, java.io.OutputStream out, java.lang.String message, java.lang.String testCase)Add the formatter to be called when the jvm exits before the test suite finishs.
-