public class Executor extends Object
Constructor and Description |
---|
Executor() |
Modifier and Type | Method and Description |
---|---|
KPKConstraint |
checkScenarioConstraints(Class<? extends IPerfTest> scenario) |
void |
forkScenario(String scenarioName) |
static Executor |
getInstance() |
com.codahale.metrics.ScheduledReporter |
getReporter() |
Set<Class<? extends IPerfTest>> |
getScenarios(String testPackage) |
ITestSuite |
getTestSuite() |
void |
initMetrics(IPerfTest scenario) |
void |
initTestSuite() |
static void |
main(String[] args) |
void |
performWarmUp(IPerfTest scenario) |
public com.codahale.metrics.ScheduledReporter getReporter()
public ITestSuite getTestSuite()
public void initMetrics(IPerfTest scenario)
public Set<Class<? extends IPerfTest>> getScenarios(String testPackage) throws Exception
Exception
public void forkScenario(String scenarioName)
public KPKConstraint checkScenarioConstraints(Class<? extends IPerfTest> scenario)
public void performWarmUp(IPerfTest scenario)
public static void main(String[] args)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.