Package org.apache.tools.ant.taskdefs.optional.junit

Interface Summary
DOMUtil.NodeFilter Filter interface to be applied when iterating over a DOM tree.
JUnitResultFormatter This Interface describes classes that format the results of a JUnit testrun.
XMLConstants Interface that groups all constants used throughout the XML documents that are generated by the XMLJUnitResultFormatter As of now the DTD is: <----------------- @todo describe DTDs ---------------------->
 

Class Summary
AggregateTransformer Transform a JUnit xml report.
AggregateTransformer.PackageFilter allow us to check if the node is a object of a specific package.
BaseTest Baseclass for BatchTest and JUnitTest.
BatchTest Create JUnitTests from a list of files.
DOMUtil Some utilities that might be useful when manipulating DOM trees.
DOMUtil.NodeListImpl custom implementation of a nodelist
Enumerations A couple of methods related to enumerations that might be useful.
FormatterElement Serves as a wrapper the implementations of JUnitResultFormatter, for example as a nested element in .
FormatterElement.TypeAttribute Enumerated attribute with the values "plain" and "xml".
JUnitTask Ant task to run JUnit tests.
JUnitTest  
JUnitTestRunner Simple Testrunner for JUnit that runs all tests of a testsuite.
PlainJUnitResultFormatter Prints plain text output of the test to a specified Writer.
SummaryJUnitResultFormatter Prints short summary output of the test to Ant's logging system.
XMLJUnitResultFormatter Prints XML output of the test to a specified Writer.
XMLResultAggregator This is an helper class that will aggregate all testsuites under a specific directory and create a new single document.
 



Copyright ? 2000 Apache Software Foundation. All Rights Reserved.