|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadTest.ScenarioException | |
---|---|
org.jminor.common.db.tools | |
org.jminor.common.model |
Uses of LoadTest.ScenarioException in org.jminor.common.db.tools |
---|
Methods in org.jminor.common.db.tools that throw LoadTest.ScenarioException | |
---|---|
protected void |
QueryLoadTestModel.QueryScenario.performScenario(QueryLoadTestModel.QueryApplication application)
|
Uses of LoadTest.ScenarioException in org.jminor.common.model |
---|
Methods in org.jminor.common.model that return types with arguments of type LoadTest.ScenarioException | |
---|---|
List<LoadTest.ScenarioException> |
LoadTestModel.AbstractUsageScenario.getExceptions()
|
List<LoadTest.ScenarioException> |
LoadTest.UsageScenario.getExceptions()
|
Methods in org.jminor.common.model that throw LoadTest.ScenarioException | |
---|---|
protected abstract void |
LoadTestModel.AbstractUsageScenario.performScenario(T application)
Runs a set of actions on the given application. |
void |
LoadTestModel.AbstractUsageScenario.run(T application)
Runs this scenario with the given application |
void |
LoadTest.UsageScenario.run(T application)
Runs this scenario with the given application |
protected void |
LoadTestModel.runScenario(String usageScenarioName,
T application)
Runs the scenario with the given name on the given application |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |