public class TestConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestConfig.Measure |
static class |
TestConfig.ReporterType |
static class |
TestConfig.RunType |
| Modifier and Type | Field and Description |
|---|---|
protected int |
duration |
protected int |
iterations |
protected org.slf4j.Logger |
log |
protected List<TestConfig.Measure> |
measure |
protected int |
periodicity |
protected String |
reportDataLocation |
protected TestConfig.ReporterType |
reporterType |
protected TestConfig.RunType |
runType |
protected String |
scenario |
protected String |
startScriptLocation |
protected String |
suite |
protected static TestConfig |
tc |
protected int |
threads |
protected boolean |
warmUp |
protected int |
warmUpCount |
| Modifier | Constructor and Description |
|---|---|
protected |
TestConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration() |
static TestConfig |
getInstance() |
int |
getIterations() |
List<TestConfig.Measure> |
getMeasure() |
int |
getPeriodicity() |
String |
getReportDataLocation() |
TestConfig.ReporterType |
getReporterType() |
TestConfig.RunType |
getRunType() |
String |
getScenario() |
String |
getStartScriptLocation() |
String |
getSuite() |
int |
getThreads() |
int |
getWarmUpCount() |
boolean |
isWarmUp() |
Properties |
loadProperties() |
protected final org.slf4j.Logger log
protected static TestConfig tc
protected String suite
protected String scenario
protected String startScriptLocation
protected TestConfig.RunType runType
protected int duration
protected int iterations
protected TestConfig.ReporterType reporterType
protected int periodicity
protected String reportDataLocation
protected int threads
protected boolean warmUp
protected int warmUpCount
protected List<TestConfig.Measure> measure
public Properties loadProperties() throws Exception
Exceptionpublic static TestConfig getInstance()
public String getSuite()
public String getScenario()
public String getStartScriptLocation()
public TestConfig.RunType getRunType()
public int getDuration()
public int getIterations()
public TestConfig.ReporterType getReporterType()
public int getPeriodicity()
public String getReportDataLocation()
public int getThreads()
public boolean isWarmUp()
public int getWarmUpCount()
public List<TestConfig.Measure> getMeasure()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.