A wrapper for the implementations of JUnitResultFormatter. In particular, used as a nested <formatter> element in a <junit> task.
For example, adds a <junit printsummary="no" haltonfailure="yes" fork="false"> <formatter type="plain" usefile="false" /> <test name="org.apache.ecs.InternationalCharTest" /> </junit>
plain type implementation (PlainJUnitResultFormatter) to display the results of the test.
Either the type or the classname attribute must be set.
@see JUnitTask
@see XMLJUnitResultFormatter
@see BriefJUnitResultFormatter
@see PlainJUnitResultFormatter
@see JUnitResultFormatter
| |
| |
| |