Uses of Interface
de.hybris.ant.taskdefs.yunit.JUnitTaskMirror.JUnitResultFormatterMirror
Packages that use JUnitTaskMirror.JUnitResultFormatterMirror
-
Uses of JUnitTaskMirror.JUnitResultFormatterMirror in de.hybris.ant.taskdefs.yunit
Subinterfaces of JUnitTaskMirror.JUnitResultFormatterMirror in de.hybris.ant.taskdefs.yunitModifier and TypeInterfaceDescriptioninterfaceThis Interface describes classes that format the results of a JUnit testrun.static interfaceThe interface that SummaryJUnitResultFormatter extends.Classes in de.hybris.ant.taskdefs.yunit that implement JUnitTaskMirror.JUnitResultFormatterMirrorModifier and TypeClassDescriptionclassPrints plain text output of the test to a specified Writer.classUsed instead of SummaryJUnitResultFormatter in forked tests if withOutAndErr is requested.classPrints plain text output of the test to a specified Writer.classPrints short summary output of the test to Ant's logging system.classPrints XML output of the test to a specified Writer.Methods in de.hybris.ant.taskdefs.yunit with parameters of type JUnitTaskMirror.JUnitResultFormatterMirrorModifier and TypeMethodDescriptionvoidJUnitTaskMirror.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, OutputStream out, String message, String testCase) Add the formatter to be called when the jvm exits before the test suite finishs.voidJUnitTaskMirrorImpl.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.