us.abstracta.jmeter.javadsl.blazemeter.api.TestRunConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-java-dsl-blazemeter Show documentation
Show all versions of jmeter-java-dsl-blazemeter Show documentation
Module which allows to easily run jmeter-java-dsl test plans at scale in
BlazeMeter.
package us.abstracta.jmeter.javadsl.blazemeter.api;
public class TestRunConfig {
private boolean isDebugRun;
public TestRunConfig debugRun() {
isDebugRun = true;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy