Uses of Interface
de.hybris.ant.taskdefs.yunit.JUnitResultFormatter
-
Packages that use JUnitResultFormatter Package Description de.hybris.ant.taskdefs.yunit -
-
Uses of JUnitResultFormatter in de.hybris.ant.taskdefs.yunit
Classes in de.hybris.ant.taskdefs.yunit that implement JUnitResultFormatter 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 JUnitResultFormatter Modifier and Type Method Description voidJUnitTestRunner. addFormatter(JUnitResultFormatter f)Add a formatter.
-