org.jboss.jrunit.controller.ant
Class AntBenchmarkConfig
java.lang.Object
org.jboss.jrunit.controller.ant.AntBenchmarkConfig
- Direct Known Subclasses:
- AntCustomReport, AntDatabaseBenchmarkReceiver, AntFileBenchmarkReceiver
- public abstract class AntBenchmarkConfig
- extends java.lang.Object
Sub classes of this class will handle ant configurations.
$Id: AntBenchmarkConfig.java,v 1.1 2005/08/05 21:05:08 csuconic Exp $
- Author:
- Clebert Suconic
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntBenchmarkConfig
public AntBenchmarkConfig()
getOnlyIf
public java.lang.String getOnlyIf()
- This config will be executed only if this property is defined
setOnlyIf
public void setOnlyIf(java.lang.String onlyIf)
- This config will be executed only if this property is defined
configReceiver
public abstract void configReceiver(JGroupsBenchmarkReceiver receiver)
throws java.lang.Exception
- Throws:
java.lang.Exception
JRunit, a JUnit extension for distributed client/server tests.