| This class provides a runner for junit tests that writes additional
execution time related information. The runner extends the JUnit
text user interface runner. The only difference is that this runner
adds an additional TestListener that outputs execution times in an
XML format together with grouping information from
NamedTestGroup s.
The output file can be specified with the system property
de.danet.an.util.junit.loadTestOut . It defaults to
"loadTestResults.xml ".
author: version: $Revision: 1.3 $ |