public interface DslJmeterEngine
| Modifier and Type | Method and Description |
|---|---|
default org.apache.jmeter.threads.ThreadGroup |
extractFirstThreadGroup(org.apache.jorphan.collections.HashTree tree) |
TestPlanStats |
run(DslTestPlan testPlan)
Runs the given test plan obtaining the execution metrics.
|
TestPlanStats run(DslTestPlan testPlan) throws IOException, InterruptedException, TimeoutException
This method blocks execution until the test plan execution ends.
testPlan - to run in the JMeter engine.IOException - when there is a problem with an IO operation.InterruptedException - when the execution thread is interrupted.TimeoutException - when some configured time out is reached. Each engine might define
a different set of timeouts.default org.apache.jmeter.threads.ThreadGroup extractFirstThreadGroup(org.apache.jorphan.collections.HashTree tree)
Copyright © 2023. All rights reserved.