org.jboss.jrunit.controller.reporters
Class SerializerReporter

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

public class SerializerReporter
extends BenchmarkReporter

A reporter that serializes the Benchmark object so that it can be processed into a chart at a later stage. $Id: SerializerReporter.java,v 1.2 2005/10/18 12:11:09 msurtani Exp $

Author:
Manik Surtani

Field Summary
static java.lang.String ALIAS_KEY
           
 
Constructor Summary
SerializerReporter(java.lang.String outputDir)
           
 
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

SerializerReporter

public SerializerReporter(java.lang.String outputDir)
                   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.