org.jboss.jrunit.controller.reporters
Class BenchmarkReporter

java.lang.Object
  extended byorg.jboss.jrunit.controller.reporters.BenchmarkReporter
Direct Known Subclasses:
ConsoleBenchmarkReporter, DatabaseBenchmarkReporter, FileBenchmarkReporter, SerializerReporter, XrefReporter

public abstract class BenchmarkReporter
extends java.lang.Object

Author:
clebert.suconic@jboss.com

Constructor Summary
BenchmarkReporter()
           
 
Method Summary
abstract  void writeBenchmarkResults(Benchmark benchmark)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkReporter

public BenchmarkReporter()
Method Detail

writeBenchmarkResults

public abstract void writeBenchmarkResults(Benchmark benchmark)
                                    throws java.lang.Exception
Throws:
java.lang.Exception


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