org.jboss.jrunit.controller.reporters
Class XrefReporter
java.lang.Object
org.jboss.jrunit.controller.reporters.BenchmarkReporter
org.jboss.jrunit.controller.reporters.XrefReporter
public class XrefReporter
- extends BenchmarkReporter
This reporter requires JFreeChart on the classpath
$Id: XrefReporter.java,v 1.5 2005/12/06 03:56:53 telrod Exp $
- Author:
- Clebert Suconic
Field Summary |
static java.lang.String |
ALIAS_KEY
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS_KEY
public static final java.lang.String ALIAS_KEY
- See Also:
- Constant Field Values
XrefReporter
public XrefReporter(java.lang.String output)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeBenchmarkResults
public void writeBenchmarkResults(Benchmark benchmark)
throws java.lang.Exception
- Specified by:
writeBenchmarkResults
in class BenchmarkReporter
- Throws:
java.lang.Exception
JRunit, a JUnit extension for distributed client/server tests.