org.jboss.jrunit.controller.reporters
Class SerializerReporter
java.lang.Object
org.jboss.jrunit.controller.reporters.BenchmarkReporter
org.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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS_KEY
public static final java.lang.String ALIAS_KEY
- See Also:
- Constant Field Values
SerializerReporter
public SerializerReporter(java.lang.String outputDir)
throws java.lang.Exception
- Throws:
java.lang.Exception
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.