| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core | |
| us.abstracta.jmeter.javadsl.core.engines |
| Modifier and Type | Method and Description |
|---|---|
static DslTestPlan |
JmeterDsl.testPlan(DslTestPlan.TestPlanChild... children)
Builds a new test plan.
|
| Modifier and Type | Method and Description |
|---|---|
DslTestPlan |
DslTestPlan.children(DslTestPlan.TestPlanChild... children)
Allows adding additional children elements to a test plan.
|
static DslTestPlan |
DslTestPlan.fromJmx(String filePath)
Loads a test plan from the given JMX to be able to run it in embedded engine.
|
DslTestPlan |
DslTestPlan.sequentialThreadGroups()
Specifies to run thread groups one after the other, instead of running them in parallel.
|
DslTestPlan |
DslTestPlan.sequentialThreadGroups(boolean enable)
Specifies to run thread groups one after the other, instead of running them in parallel.
|
DslTestPlan |
DslTestPlan.tearDownOnlyAfterMainThreadsDone()
Allows running tear down thread groups only after main thread groups ends cleanly (due to
iterations or time limit).
|
DslTestPlan |
DslTestPlan.tearDownOnlyAfterMainThreadsDone(boolean enabled)
Allows running tear down thread groups only after main thread groups ends cleanly (due to
iterations or time limit).
|
| Modifier and Type | Method and Description |
|---|---|
TestPlanStats |
DslJmeterEngine.run(DslTestPlan testPlan)
Runs the given test plan obtaining the execution metrics.
|
| Modifier and Type | Method and Description |
|---|---|
TestPlanStats |
EmbeddedJmeterEngine.run(DslTestPlan testPlan) |
TestPlanStats |
DistributedJmeterEngine.run(DslTestPlan testPlan) |
protected TestPlanStats |
EmbeddedJmeterEngine.runInEnv(DslTestPlan testPlan,
JmeterEnvironment env) |
Copyright © 2023. All rights reserved.