org.jboss.jrunit.controller.ant
Class AntCustomReport

java.lang.Object
  extended byorg.jboss.jrunit.controller.ant.AntBenchmarkConfig
      extended byorg.jboss.jrunit.controller.ant.AntCustomReport

public class AntCustomReport
extends AntBenchmarkConfig

$Id: AntCustomReport.java,v 1.2 2005/09/12 16:56:22 csuconic Exp $

Author:
Clebert Suconic

Constructor Summary
AntCustomReport()
           
 
Method Summary
 void configReceiver(JGroupsBenchmarkReceiver receiver)
           
 java.lang.String getClassName()
           
 java.lang.String getParameter()
           
 void setClassName(java.lang.String className)
           
 void setParameter(java.lang.String parameter)
           
 
Methods inherited from class org.jboss.jrunit.controller.ant.AntBenchmarkConfig
getOnlyIf, setOnlyIf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntCustomReport

public AntCustomReport()
Method Detail

getParameter

public java.lang.String getParameter()

setParameter

public void setParameter(java.lang.String parameter)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

configReceiver

public void configReceiver(JGroupsBenchmarkReceiver receiver)
                    throws java.lang.Exception
Specified by:
configReceiver in class AntBenchmarkConfig
Throws:
java.lang.Exception


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