| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core | |
| us.abstracta.jmeter.javadsl.core.engines |
| Modifier and Type | Method and Description |
|---|---|
TestPlanStats |
DslTestPlan.run()
Uses
EmbeddedJmeterEngine to run the test plan. |
TestPlanStats |
DslJmeterEngine.run(DslTestPlan testPlan)
Runs the given test plan obtaining the execution metrics.
|
TestPlanStats |
DslTestPlan.runIn(DslJmeterEngine engine)
Allows to run the test plan in a given engine.
|
| Modifier and Type | Method and Description |
|---|---|
TestPlanStats |
DistributedJmeterEngine.run(DslTestPlan testPlan) |
TestPlanStats |
EmbeddedJmeterEngine.run(DslTestPlan testPlan) |
protected TestPlanStats |
EmbeddedJmeterEngine.runInEnv(DslTestPlan testPlan,
JmeterEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DistributedJmeterEngine.addStatsCollector(org.apache.jorphan.collections.HashTree testPlanTree,
TestPlanStats stats) |
protected void |
EmbeddedJmeterEngine.addStatsCollector(org.apache.jorphan.collections.HashTree testPlanTree,
TestPlanStats stats) |
Copyright © 2024. All rights reserved.