org.jboss.jrunit.controller.reporters
Class XrefReporter

java.lang.Object
  extended byorg.jboss.jrunit.controller.reporters.BenchmarkReporter
      extended byorg.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
           
 
Constructor Summary
XrefReporter(java.lang.String output)
           
 
Method Summary
 void writeBenchmarkResults(Benchmark benchmark)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS_KEY

public static final java.lang.String ALIAS_KEY
See Also:
Constant Field Values
Constructor Detail

XrefReporter

public XrefReporter(java.lang.String output)
             throws java.lang.Exception
Method Detail

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.