Uses of Class
org.jboss.jrunit.controller.reporters.BenchmarkReporter

Packages that use BenchmarkReporter
org.jboss.jrunit.controller.receiver   
org.jboss.jrunit.controller.reporters   
 

Uses of BenchmarkReporter in org.jboss.jrunit.controller.receiver
 

Methods in org.jboss.jrunit.controller.receiver with parameters of type BenchmarkReporter
 void JGroupsBenchmarkReceiver.addReporter(BenchmarkReporter reporter)
           
 void JGroupsBenchmarkReceiver.removeReporter(BenchmarkReporter reporter)
           
 

Uses of BenchmarkReporter in org.jboss.jrunit.controller.reporters
 

Subclasses of BenchmarkReporter in org.jboss.jrunit.controller.reporters
 class ConsoleBenchmarkReporter
           
 class DatabaseBenchmarkReporter
           
 class FileBenchmarkReporter
           
 class SerializerReporter
          A reporter that serializes the Benchmark object so that it can be processed into a chart at a later stage.
 class XrefReporter
          This reporter requires JFreeChart on the classpath $Id: XrefReporter.java,v 1.5 2005/12/06 03:56:53 telrod Exp $
 



JRunit, a JUnit extension for distributed client/server tests.