org.benchy
Class TestCase
java.lang.Object
org.benchy.TestCase
public class TestCase
- extends Object
A testcase contains all the variable parameters for a benchmark.
The same testcase can be used with different benchmarks.
- Author:
- Peter Veentjer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCase
public TestCase()
getRunCount
public int getRunCount()
setRunCount
public void setRunCount(int runCount)
getWarmupRunCount
public int getWarmupRunCount()
setWarmupRunCount
public void setWarmupRunCount(int warmupRunCount)
getProperties
public Properties getProperties()
setProperty
public void setProperty(String name,
Object value)
getProperty
public String getProperty(String name)
getProperty
public String getProperty(String name,
String defaultValue)
getPropertiesDescription
public String getPropertiesDescription()
getIntProperty
public int getIntProperty(String name)
getIntProperty
public int getIntProperty(String name,
int defaultValue)
getBooleanProperty
public boolean getBooleanProperty(String name,
boolean defaultValue)
getLongProperty
public long getLongProperty(String name,
long defaultValue)
getLongProperty
public long getLongProperty(String name)
getBooleanProperty
public boolean getBooleanProperty(String name)
Copyright © 2008-2010 Multiverse. All Rights Reserved.