org.jboss.jrunit.controller.reporters
Class ConsoleBenchmarkReporter

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

public class ConsoleBenchmarkReporter
extends BenchmarkReporter

Author:
Clebert Suconic

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

Constructor Detail

ConsoleBenchmarkReporter

public ConsoleBenchmarkReporter()
Method Detail

writeBenchmarkResults

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


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