public interface DslJmeterEngine
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2024. All rights reserved.