Uses of Class
dev.galasa.jmeter.JMeterManagerException
Packages that use JMeterManagerException
-
Uses of JMeterManagerException in dev.galasa.jmeter
Methods in dev.galasa.jmeter that throw JMeterManagerExceptionModifier and TypeMethodDescriptionvoidIJMeterSession.applyProperties(InputStream propStream) Apply properties to the JMeter session from a properties file stream.voidIJMeterSession.applyProperties(InputStream propStream, Map<String, Object> properties) Apply properties to the JMeter session from both a properties file stream and additional dynamic properties.IJMeterSession.getConsoleOutput()Retrieve the console output from the JMeter execution.longIJMeterSession.getExitCode()Get the exit code from the JMeter process execution.IJMeterSession.getJmxFile()Retrieve the JMX test plan file content as a UTF-8 encoded string.IJMeterSession.getListenerFile(String fileName) Retrieve a specific listener output file from the JMeter execution.IJMeterSession.getLogFile()Retrieve the JMeter log file content as a UTF-8 encoded string.booleanIJMeterSession.isTestSuccessful()Check whether the JMeter test executed successfully.voidIJMeterSession.setChangedParametersJmxFile(InputStream jmxStream, Map<String, Object> parameters) Set the JMX test plan file for this session using a parameterized JMX template.voidIJMeterSession.setDefaultGeneratedJmxFile(InputStream jmxStream) Set the JMX test plan file for this session using a static (non-parameterized) JMX file.voidIJMeterSession.startJmeter()Start the JMeter test execution with the default timeout of 60 seconds.voidIJMeterSession.startJmeter(int timeout) Start the JMeter test execution with a specified timeout.booleanIJMeterSession.statusTest()Deprecated.voidIJMeterSession.stopTest()Stop the JMeter test execution and clean up resources.
IJMeterSession.isTestSuccessful()instead.