Uses of Class
org.jboss.jrunit.data.BenchmarkMeasure

Packages that use BenchmarkMeasure
org.jboss.jrunit.data   
 

Uses of BenchmarkMeasure in org.jboss.jrunit.data
 

Methods in org.jboss.jrunit.data that return BenchmarkMeasure
 BenchmarkMeasure BenchmarkExecution.getMeasure(java.lang.String name)
           
 

Methods in org.jboss.jrunit.data with parameters of type BenchmarkMeasure
 void BenchmarkMeasure.addMeasure(BenchmarkMeasure value)
          Add the value of one measure to this measure
 



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