org.jboss.jrunit.controller.reporters
Class FileBenchmarkReporter

java.lang.Object
  extended byorg.jboss.jrunit.controller.reporters.BenchmarkReporter
      extended byorg.jboss.jrunit.controller.reporters.FileBenchmarkReporter

public class FileBenchmarkReporter
extends BenchmarkReporter

Author:
Tom Elrod, Clebert Suconic

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

Constructor Detail

FileBenchmarkReporter

public FileBenchmarkReporter(java.io.File directory)
                      throws java.lang.Exception
Method Detail

writeBenchmarkResults

public void writeBenchmarkResults(Benchmark benchmark)
Specified by:
writeBenchmarkResults in class BenchmarkReporter


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