Class JmeterGui
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.engines.JmeterGui
-
public class JmeterGui extends Object
Displays JMeter GUI in current JVM.This class allows opening JMeter GUI using existing classpath (no need to copy jars to libs folder) with an existing plan and much faster than opening JMeter standalone GUI and loading a JMX plan.
This can be helpful mainly for JMeter users migrating to DSL usage, to review DSL generated test plan, debug, run and visualize test plan with known GUI.
- Since:
- 0.48
-
-
Constructor Summary
Constructors Constructor Description JmeterGui()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawaitClose()voidload(org.apache.jorphan.collections.HashTree tree)
-
-
-
Constructor Detail
-
JmeterGui
public JmeterGui() throws IOException- Throws:
IOException
-
-
Method Detail
-
load
public void load(org.apache.jorphan.collections.HashTree tree) throws org.apache.jmeter.exceptions.IllegalUserActionException- Throws:
org.apache.jmeter.exceptions.IllegalUserActionException
-
awaitClose
public void awaitClose() throws InterruptedException- Throws:
InterruptedException
-
-