Package com.lazerycode.jmeter.json
Class TestConfigurationWrapper
- java.lang.Object
-
- com.lazerycode.jmeter.json.TestConfigurationWrapper
-
public class TestConfigurationWrapper extends Object
Allows user to specify the files they want to check.
-
-
Constructor Summary
Constructors Constructor Description TestConfigurationWrapper()
TestConfigurationWrapper(File jsonFile, String executionIdName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
TestConfiguration
getCurrentTestConfiguration()
int
hashCode()
void
writeResultFilesConfigTo(String configLocation)
-
-
-
Method Detail
-
writeResultFilesConfigTo
public void writeResultFilesConfigTo(String configLocation) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getCurrentTestConfiguration
public TestConfiguration getCurrentTestConfiguration()
-
-