org.jboss.jrunit.controller.ant
Class AntBenchmarkConfig

java.lang.Object
  extended byorg.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

Constructor Summary
AntBenchmarkConfig()
           
 
Method Summary
abstract  void configReceiver(JGroupsBenchmarkReceiver receiver)
           
 java.lang.String getOnlyIf()
          This config will be executed only if this property is defined
 void setOnlyIf(java.lang.String onlyIf)
          This config will be executed only if this property is defined
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBenchmarkConfig

public AntBenchmarkConfig()
Method Detail

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.