All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.abstracta.jmeter.javadsl.blazemeter.api.TestRunConfig Maven / Gradle / Ivy

There is a newer version: 028
Show newest version
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