org.jboss.jrunit.data
Class BenchmarkExecution
java.lang.Object
org.jboss.jrunit.data.BenchmarkExecution
- All Implemented Interfaces:
- java.io.Serializable
public class BenchmarkExecution
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- clebert.suconic@jboss.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BenchmarkExecution
public BenchmarkExecution()
getElapsedTime
public long getElapsedTime()
setElapsedTime
public void setElapsedTime(long elapsedTime)
getAllMeasures
public java.util.Collection getAllMeasures()
getMeasuresHashMap
public java.util.HashMap getMeasuresHashMap()
getMeasure
public BenchmarkMeasure getMeasure(java.lang.String name)
getExecutions
public int getExecutions()
setExecutions
public void setExecutions(int executions)
getExecutionDate
public java.util.Date getExecutionDate()
setExecutionDate
public void setExecutionDate(java.util.Date executionDate)
getExecutionId
public int getExecutionId()
setExecutionId
public void setExecutionId(int executionId)
JRunit, a JUnit extension for distributed client/server tests.