Serialized Form
-
Package org.anasoid.jmc.core.wrapper.jmc
-
Class org.anasoid.jmc.core.wrapper.jmc.Variable extends java.lang.Object implements Serializable
- serialVersionUID:
- -2353696454050745099L
-
Serialized Fields
-
name
java.lang.String name
-
-
-
Package org.anasoid.jmc.core.wrapper.jmc.generic
-
Class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper extends java.lang.Object implements Serializable
- serialVersionUID:
- 2424752951957768877L
-
Serialized Fields
-
isInitialized
boolean isInitialized
-
params
java.util.Map<java.lang.String,java.lang.String> params
-
path
java.lang.String path
-
tags
java.util.Set<java.lang.String> tags
-
-
Class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper extends AbstractJmxIncludeWrapper<T> implements Serializable
- serialVersionUID:
- -1010535206971620483L
-
Serialized Fields
-
childs
java.util.List<TestElementWrapper<?>> childs
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.assertions
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.AbstractJSONPathAssertionWrapper extends AbstractBasicChildTestElementWrapper<G extends org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Serialized Fields
-
additionallyAssertValue
boolean additionallyAssertValue
Check the extracted JMESPath against an expected one. -
expectedValue
java.lang.String expectedValue
Value to use for exact matching or regular expression if Match as regular expression is checked. -
expectNull
boolean expectNull
expect the value to be null. -
invert
boolean invert
Invert assertion (will fail if above conditions met). -
isRegex
boolean isRegex
use a regular expression for matching.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.AssertionJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.assertions.Assertion> implements Serializable
- serialVersionUID:
- -8017246349372467904L
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.DurationAssertionWrapper extends AbstractScopedAssertionWrapper<org.apache.jmeter.assertions.DurationAssertion,org.apache.jmeter.assertions.gui.DurationAssertionGui> implements Serializable
-
Serialized Fields
-
duration
java.lang.String duration
The maximum number of milliseconds each response is allowed before being marked as failed.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.HTMLAssertionWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.assertions.HTMLAssertion> implements Serializable
-
Serialized Fields
-
doctype
HTMLAssertionWrapper.Doctype doctype
-
errorOnly
boolean errorOnly
Number of warnings allowed before classing the response as failed. -
errorThreshold
java.lang.Integer errorThreshold
Number of errors allowed before classing the response as failed. -
filename
java.lang.String filename
-
format
HTMLAssertionWrapper.Format format
Number of warnings allowed before classing the response as failed. -
warningThreshold
java.lang.Integer warningThreshold
Number of errors allowed before classing the response as failed.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.JSONPathAssertionWrapper extends AbstractJSONPathAssertionWrapper<org.apache.jmeter.assertions.JSONPathAssertion,org.apache.jmeter.assertions.gui.JSONPathAssertionGui> implements Serializable
-
Serialized Fields
-
jsonPath
java.lang.String jsonPath
Check that JMESPath to JSON element exists.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.JSR223AssertionWrapper extends JSR223TestElementWrapper<org.apache.jmeter.assertions.JSR223Assertion,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.MD5HexAssertionWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.assertions.MD5HexAssertion> implements Serializable
-
Serialized Fields
-
md5hex
java.lang.String md5hex
32 hex digits representing the MD5 hash (case not significant).
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.ResponseAssertionWrapper extends AbstractScopedAssertionWrapper<org.apache.jmeter.assertions.ResponseAssertion,org.apache.jmeter.assertions.gui.AssertionGui> implements Serializable
- serialVersionUID:
- -6980208040607992323L
-
Serialized Fields
-
customMessage
java.lang.String customMessage
-
fieldToTest
AssertionField fieldToTest
-
ignoreStatus
java.lang.Boolean ignoreStatus
-
matchingRule
MatchingRule matchingRule
-
not
boolean not
-
or
boolean or
-
patterns
java.util.List<java.lang.String> patterns
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.SizeAssertionWrapper extends AbstractScopedAssertionWrapper<org.apache.jmeter.assertions.SizeAssertion,org.apache.jmeter.assertions.gui.SizeAssertionGui> implements Serializable
-
Serialized Fields
-
comparisonType
SizeAssertionWrapper.Operator comparisonType
Whether to test that the response is equal to, greater than, less than, or not equal to, the number of bytes specified. -
fieldToTest
SizeAssertionWrapper.FieldtoTest fieldToTest
Field to test. -
size
java.lang.String size
The number of bytes to use in testing the size of the response (or value of the JMeter variable)..
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.XMLAssertionWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.assertions.XMLAssertion> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.XMLSchemaAssertionWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.assertions.XMLSchemaAssertion> implements Serializable
-
Serialized Fields
-
filename
java.lang.String filename
Specify XML Schema File Name.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.XPath2AssertionWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.assertions.XPath2Assertion,org.apache.jmeter.assertions.gui.XPath2AssertionGui> implements Serializable
-
Serialized Fields
-
namespaces
java.util.List<java.lang.String> namespaces
List of namespace aliases prefix=full namespace. -
negate
boolean negate
Will fail if xpath expression returns true or matches, succeed otherwise. -
xpath
java.lang.String xpath
XPath to match in the document.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.XPathAssertionWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.assertions.XPathAssertion,org.apache.jmeter.assertions.gui.XPathAssertionGui> implements Serializable
-
Serialized Fields
-
downloadDtds
boolean downloadDtds
If selected, external DTDs are fetched. (If Tidy is not selected). -
namespace
boolean namespace
If checked, then the XML parser will use namespace resolution.(see note below on NAMESPACES) Note that currently only namespaces declared on the root element will be recognised. See below for user-definition of additional workspace names. (If Tidy is not selected). -
negate
boolean negate
Will fail if xpath expression returns true or matches, succeed otherwise. -
tidyQuiet
boolean tidyQuiet
Sets the Tidy Quiet flag. -
tidyReportErrors
boolean tidyReportErrors
If a Tidy error occurs, then set the Assertion accordingly. -
tidyShowWarnings
boolean tidyShowWarnings
Sets the Tidy showWarnings option. -
useTidy
boolean useTidy
If checked use Tidy to parse HTML response into XHTML."Use Tidy" should be checked on for HTML response. Such response is converted to valid XHTML (XML compatible HTML) using Tidy "Use Tidy" should be unchecked for both XHTML or XML response (for example RSS)
-
validate
boolean validate
Check the document against its schema. (If Tidy is not selected). -
whitespace
boolean whitespace
Ignore Element Whitespace. (If Tidy is not selected). -
xpath
java.lang.String xpath
Element query in XPath language. Can return more than one match.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.assertions.jmespath
-
Class org.anasoid.jmc.core.wrapper.jmeter.assertions.jmespath.JMESPathAssertionWrapper extends AbstractJSONPathAssertionWrapper<org.apache.jmeter.assertions.jmespath.JMESPathAssertion,org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGui> implements Serializable
-
Serialized Fields
-
jmesPath
java.lang.String jmesPath
Check that JMESPath to JSON element exists.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.config
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.AbstractArgumentWrapper extends AbstractBasicTestElementWrapper<T extends org.apache.jmeter.config.Argument> implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
metadata
java.lang.String metadata
-
name
java.lang.String name
-
value
java.lang.String value
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.ArgumentsWrapper extends ConfigTestElementWrapper<org.apache.jmeter.config.Arguments,org.apache.jmeter.config.gui.ArgumentsPanel> implements Serializable
-
Serialized Fields
-
arguments
java.util.List<ArgumentWrapper> arguments
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.ArgumentWrapper extends AbstractArgumentWrapper<org.apache.jmeter.config.Argument> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.ConfigElementJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
- serialVersionUID:
- -8017246349372467904L
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.ConfigTestElementWrapper extends AbstractBasicChildTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.CSVDataSetWrapper extends ConfigTestElementWrapper<org.apache.jmeter.config.CSVDataSet,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
- serialVersionUID:
- -1283066246657871689L
-
Serialized Fields
-
asResourceFile
boolean asResourceFile
Include file name from resource folder, use only when executing from source code. -
delimiter
@NonNull java.lang.String delimiter
-
fileEncoding
java.lang.String fileEncoding
-
filename
java.lang.String filename
-
ignoreFirstLine
java.lang.String ignoreFirstLine
Ignore first line of CSV file, it will only be used if Variable Names is not empty, if Variable Names is empty the first line must contain the headers. -
quotedData
java.lang.String quotedData
-
recycle
java.lang.String recycle
-
shareMode
java.lang.String shareMode
-
stopThread
java.lang.String stopThread
-
variables
java.util.List<Variable> variables
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.config.RandomVariableConfigWrapper extends ConfigTestElementWrapper<org.apache.jmeter.config.RandomVariableConfig,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
- serialVersionUID:
- 1718898026893070845L
-
Serialized Fields
-
format
java.lang.String format
Output variable. Output Format. -
maximumValue
java.lang.String maximumValue
Configure the Random generator. maximum Value. -
minimumValue
java.lang.String minimumValue
Configure the Random generator. minimum Value. -
perThread
boolean perThread
Per Thread(User) ?. -
randomSeed
java.lang.String randomSeed
Configure the Random generator,Seed for Random function. -
variable
Variable variable
Output variable. Variable Name.
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.control
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.ControllerJmxIncludeWrapper extends AbstractParentJmxIncludeWrapper<org.apache.jmeter.control.Controller> implements Serializable
- serialVersionUID:
- -8017246349372467904L
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.CriticalSectionControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.CriticalSectionController,org.apache.jmeter.control.gui.CriticalSectionControllerGui> implements Serializable
-
Serialized Fields
-
lockName
java.lang.String lockName
Lock that will be taken by controller, ensure you use different lock names for unrelated sections.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.ForeachControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.ForeachController,org.apache.jmeter.control.gui.ForeachControlPanel> implements Serializable
-
Serialized Fields
-
endIndex
java.lang.String endIndex
End index for loop : End index (inclusive) for loop over variables. -
inputVal
java.lang.String inputVal
Input variable prefix : Prefix for the variable names to be used as input. Defaults to an empty string as prefix. -
returnVariable
java.lang.String returnVariable
Output variable : The name of the variable which can be used in the loop for replacement in the samplers. Defaults to an empty variable name, which is most probably not wanted. -
startIndex
java.lang.String startIndex
Start index for loop : Start index (exclusive) for loop over variables (first element is at start index + 1). -
useSeparator
boolean useSeparator
If not checked, the "_" separator is omitted.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.GenericControllerWrapper extends AbstractTestElementWrapper<T extends org.apache.jmeter.control.GenericController> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.IfControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.IfController,org.apache.jmeter.control.gui.IfControllerPanel> implements Serializable
-
Serialized Fields
-
condition
java.lang.String condition
By default the condition is interpreted as JavaScript code that returns "true" or "false", but this can be overridden (see below). -
evaluateAll
boolean evaluateAll
Evaluate for all children : Should condition be evaluated for all children? If not checked, then the condition is only evaluated on entry. -
useExpression
boolean useExpression
Interpret Condition as Variable Expression? f this is selected, then the condition must be an expression that evaluates to "true" (case is ignored). For example, ${FOUND} or ${__jexl3(${VAR} > 100)}. Unlike the JavaScript case, the condition is only checked to see if it matches "true" (case is ignored).
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.InterleaveControlWrapper extends GenericControllerWrapper<org.apache.jmeter.control.InterleaveControl,org.apache.jmeter.control.gui.InterleaveControlGui> implements Serializable
-
Serialized Fields
-
accrossThreads
boolean accrossThreads
Interleave across threads. If checked, the interleave controller will alternate among each of its children controllers for each loop iteration but across all threads, for example in a configuration with 4 threads and 3 child controllers, on first iteration thread 1 will run first child, thread 2 second child, thread 3 third child, thread 4 first child, on next iteration each thread will run the following child controller -
ignoreSubController
boolean ignoreSubController
ignore sub-controller blocks : If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.LoopControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.LoopController,org.apache.jmeter.control.gui.LoopControlPanel> implements Serializable
-
Serialized Fields
-
continueForever
java.lang.Boolean continueForever
Infinite. -
loops
java.lang.String loops
Number of iterations to use.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.OnceOnlyControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.OnceOnlyController,org.apache.jmeter.control.gui.OnceOnlyControllerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.RandomControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.RandomController,org.apache.jmeter.control.gui.RandomControlGui> implements Serializable
-
Serialized Fields
-
ignoreSubController
boolean ignoreSubController
ignore sub-controller blocks : If checked, the interleave controller will treat sub-controllers like single request elements and only allow one request per controller at a time.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.RandomOrderControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.RandomOrderController,org.apache.jmeter.control.gui.RandomOrderControllerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.RecordingControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.protocol.http.control.RecordingController,org.apache.jmeter.protocol.http.control.gui.RecordController> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.RuntimeControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.RunTime,org.apache.jmeter.control.gui.RunTimeGui> implements Serializable
-
Serialized Fields
-
seconds
java.lang.String seconds
Desired runtime in seconds. 0 means no run..
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.SimpleControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.GenericController,org.apache.jmeter.control.gui.LogicControllerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.SwitchControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.SwitchController,org.apache.jmeter.control.gui.SwitchControllerGui> implements Serializable
-
Serialized Fields
-
switchValue
java.lang.String switchValue
The number (or name) of the subordinate element to be invoked. Elements are numbered from 0. Defaults to 0.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.ThroughputControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.ThroughputController,org.apache.jmeter.control.gui.ThroughputControllerGui> implements Serializable
-
Serialized Fields
-
executionStyle
ThroughputControllerWrapper.ExecutionStyle executionStyle
Whether the controller will run in percent executions or total executions mode. -
maxThroughput
java.lang.String maxThroughput
A number. For percent execution mode, a number from 0-100 that indicates the percentage of times the controller will execute. "50" means the controller will execute during half the iterations through the test plan. For total execution mode, the number indicates the total number of times the controller will execute. -
perUser
boolean perUser
If checked, per user will cause the controller to calculate whether it should execute on a per user (per thread) basis. If unchecked, then the calculation will be global for all users. For example, if using total execution mode, and uncheck "per user", then the number given for throughput will be the total number of executions made. If "per user" is checked, then the total number of executions would be the number of users times the number given for throughput.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.TransactionControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.TransactionController,org.apache.jmeter.control.gui.TransactionControllerGui> implements Serializable
-
Serialized Fields
-
includeTimers
boolean includeTimers
Include duration of timer and pre-post processors in generated sample : Whether to include timer, pre- and post-processing delays in the generated sample. Default is false. -
parent
boolean parent
Generate Parent Sample : If checked, then the sample is generated as a parent of the other samples, otherwise the sample is generated as an independent sample.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.control.WhileControllerWrapper extends GenericControllerWrapper<org.apache.jmeter.control.WhileController,org.apache.jmeter.control.gui.WhileControllerGui> implements Serializable
-
Serialized Fields
-
condition
java.lang.String condition
The number (or name) of the subordinate element to be invoked. Elements are numbered from 0. Defaults to 0.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.extractor
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.BoundaryExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.BoundaryExtractor,org.apache.jmeter.extractor.gui.BoundaryExtractorGui> implements Serializable
-
Serialized Fields
-
defaultEmpty
boolean defaultEmpty
Use empty default value. -
defaultValue
java.lang.String defaultValue
If the boundaries do not match, then the reference variable will be set to the default value. -
fieldToCheck
FieldToCheck fieldToCheck
Field To check. -
leftBoundary
java.lang.String leftBoundary
Left boundary of value to find. -
matchNumber
java.lang.String matchNumber
Indicates which match to use. The boundaries may match multiple times.Use a value of zero to indicate JMeter should choose a match at random. A positive number N means to select the nth match. Negative numbers are used in conjunction with the ForEach Controller - see below.
-
refName
java.lang.String refName
The name of the JMeter variable in which to store the result. Also note that each group is stored as [refname]_g#, where [refname] is the string you entered as the reference name, and # is the group number, where group 0 is the entire match, group 1 is the match from the first set of parentheses, etc. -
rightBoundary
java.lang.String rightBoundary
Right boundary of value to find.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.DebugPostProcessorWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.extractor.DebugPostProcessor> implements Serializable
- serialVersionUID:
- 5579621630694220646L
-
Serialized Fields
-
displayJMeterProperties
boolean displayJMeterProperties
-
displayJMeterVariables
boolean displayJMeterVariables
-
displaySamplerProperties
boolean displaySamplerProperties
-
displaySystemProperties
boolean displaySystemProperties
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.HtmlExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.HtmlExtractor,org.apache.jmeter.extractor.gui.HtmlExtractorGui> implements Serializable
-
Serialized Fields
-
attribute
java.lang.String attribute
Name of attribute (as per HTML syntax) to extract from nodes that matched the selector. If empty, then the combined text of this element and all its children will be returned. -
defaultEmpty
boolean defaultEmpty
f the checkbox is checked and Default Value is empty, then JMeter will set the variable to empty string instead of not setting it. Thus when you will for example use ${var} (if Reference Name is var) in your Test Plan, if the extracted value is not found then ${var} will be equal to empty string instead of containing ${var} which may be useful if extracted value is optional. -
defaultValue
java.lang.String defaultValue
If the expression does not match, then the reference variable will be set to the default value. This is particularly useful for debugging tests. If no default is provided, then it is difficult to tell whether the expression did not match, or the CSS/JQuery element was not processed or maybe the wrong variable is being used.However, if you have several test elements that set the same variable, you may wish to leave the variable unchanged if the expression does not match. In this case, remove the default value once debugging is complete. .
-
extractorImplementation
HtmlExtractorWrapper.ExtractorImpl extractorImplementation
-
matchNumber
java.lang.String matchNumber
Indicates which match to use. The CSS/JQuery selector may match multiple times.Use a value of zero to indicate JMeter should choose a match at random. A positive number N means to select the nth match. Negative numbers are used in conjunction with the ForEach Controller - see below.
-
queryExpression
java.lang.String queryExpression
The CSS/JQuery selector used to select nodes from the response data. Selector, selectors combination and pseudo-selectors are supported. -
refName
java.lang.String refName
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.JSR223PostProcessorWrapper extends JSR223TestElementWrapper<org.apache.jmeter.extractor.JSR223PostProcessor,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.RegexExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.RegexExtractor,org.apache.jmeter.extractor.gui.RegexExtractorGui> implements Serializable
-
Serialized Fields
-
defaultEmpty
boolean defaultEmpty
If true and Default Value is empty, then JMeter will set the variable to empty string instead of not setting it. -
defaultValue
java.lang.String defaultValue
If the regular expression does not match, then the reference variable will be set to the default value. This is particularly useful for debugging tests. If no default is provided, then it is difficult to tell whether the regular expression did not match, or the RE element was not processed or maybe the wrong variable is being used.However, if you have several test elements that set the same variable, you may wish to leave the variable unchanged if the expression does not match. In this case, remove the default value once debugging is complete.
-
fieldToCheck
FieldToCheck fieldToCheck
Field To check. -
matchNumber
java.lang.String matchNumber
Indicates which match to use. The regular expression may match multiple times.Use a value of zero to indicate JMeter should choose a match at random. A positive number N means to select the nth match. Negative numbers are used in conjunction with the ForEach Controller - see below.
-
refName
java.lang.String refName
The name of the JMeter variable in which to store the result. Also note that each group is stored as [refname]_g#, where [refname] is the string you entered as the reference name, and # is the group number, where group 0 is the entire match, group 1 is the match from the first set of parentheses, etc. -
regex
java.lang.String regex
The regular expression used to parse the response data. This must contain at least one set of parentheses "()" to capture a portion of the string, unless using the group $0$. Do not enclose the expression in / / - unless of course you want to match these characters as well. -
template
java.lang.String template
The template used to create a string from the matches found. This is an arbitrary string with special elements to refer to groups within the regular expression. The syntax to refer to a group is: '$1$' to refer to group 1, '$2$' to refer to group 2, etc. $0$ refers to whatever the entire expression matches.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.XPath2ExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.XPath2Extractor,org.apache.jmeter.extractor.gui.XPath2ExtractorGui> implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
Default value returned when no match found. It is also returned if the node has no value and the fragment option is not selected. -
fragment
boolean fragment
If selected, the fragment will be returned rather than the text content. For example //title would return "<title>Apache JMeter</title>" rather than "Apache JMeter". In this case, //title/text() would return "Apache JMeter". -
matchNumber
java.lang.String matchNumber
If the XPath Path query leads to many results, you can choose which one(s) to extract as Variables:0: means random (default value) -1 means extract all results, they will be named as <variable name>_N (where N goes from 1 to Number of results) X: means extract the Xth result. If this Xth is greater than number of matches, then nothing is returned. Default value will be used
-
namespaces
java.util.List<java.lang.String> namespaces
List of namespaces aliases you want to use to parse the document, one line per declaration. You must specify them as follow: prefix=namespace. This implementation makes it easier to use namespaces than with the old XPathExtractor version. -
refName
java.lang.String refName
-
xpathQuery
java.lang.String xpathQuery
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.XPathExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.XPathExtractor,org.apache.jmeter.extractor.gui.XPathExtractorGui> implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
Default value returned when no match found. It is also returned if the node has no value and the fragment option is not selected. -
downloadDtds
boolean downloadDtds
If selected, external DTDs are fetched. (If Tidy is not selected). -
fragment
boolean fragment
If selected, the fragment will be returned rather than the text content. For example //title would return "<title>Apache JMeter</title>" rather than "Apache JMeter". In this case, //title/text() would return "Apache JMeter". -
matchNumber
java.lang.String matchNumber
If the XPath Path query leads to many results, you can choose which one(s) to extract as Variables:0: means random -1 means extract all results (default value), they will be named as <variable name>_N (where N goes from 1 to Number of results) X: means extract the Xth result. If this Xth is greater than number of matches, then nothing is returned. Default value will be used
-
namespace
boolean namespace
If checked, then the XML parser will use namespace resolution.(see note below on NAMESPACES) Note that currently only namespaces declared on the root element will be recognised. See below for user-definition of additional workspace names. (If Tidy is not selected). -
refName
java.lang.String refName
The name of the JMeter variable in which to store the result. -
tidyQuiet
boolean tidyQuiet
Sets the Tidy Quiet flag. -
tidyReportErrors
boolean tidyReportErrors
If a Tidy error occurs, then set the Assertion accordingly. -
tidyShowWarnings
boolean tidyShowWarnings
Sets the Tidy showWarnings option. -
useTidy
boolean useTidy
If checked use Tidy to parse HTML response into XHTML."Use Tidy" should be checked on for HTML response. Such response is converted to valid XHTML (XML compatible HTML) using Tidy "Use Tidy" should be unchecked for both XHTML or XML response (for example RSS)
-
validate
boolean validate
Check the document against its schema. (If Tidy is not selected). -
whitespace
boolean whitespace
Ignore Element Whitespace. (If Tidy is not selected). -
xpathQuery
java.lang.String xpathQuery
Element query in XPath language. Can return more than one match.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.extractor.json.jmespath
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.json.jmespath.JMESPathExtractorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.json.jmespath.JMESPathExtractor,org.apache.jmeter.extractor.json.jmespath.gui.JMESPathExtractorGui> implements Serializable
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
Default value returned when no match found. It is also returned if the node has no value and the fragment option is not selected. -
jmesPathExpr
java.lang.String jmesPathExpr
Element query in JMESPath query language. Can return the matched result. -
matchNumber
java.lang.String matchNumber
If the JMESPath query leads to many results, you can choose which one(s) to extract as Variables:0: means random -1 means extract all results (default value), they will be named as <variable name>_N (where N goes from 1 to Number of results) X: means extract the Xth result. If this Xth is greater than number of matches, then nothing is returned. Default value will be used
-
refName
java.lang.String refName
Name of created variable. The name of the JMeter variable in which to store the result.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.extractor.json.jsonpath
-
Class org.anasoid.jmc.core.wrapper.jmeter.extractor.json.jsonpath.JSONPostProcessorWrapper extends AbstractScopedTestElementWrapper<org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessor,org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGui> implements Serializable
-
Serialized Fields
-
computeConcat
boolean computeConcat
Default value returned when no match found. It is also returned if the node has no value and the fragment option is not selected. -
defaultValues
java.util.List<java.lang.String> defaultValues
Semi-colon separated default values if JSON-PATH expressions do not return any result(must match number of variables). -
jsonPathExprs
java.util.List<java.lang.String> jsonPathExprs
JSON-PATH expressions (must match number of variables). -
matchNumber
java.lang.String matchNumber
If the JSON Path query leads to many results, you can choose which one(s) to extract as Variables:0: means random (Default Value) -1 means extract all results, they will be named as <variable name>_N (where N goes from 1 to Number of results) X: means extract the Xth result. If this Xth is greater than number of matches, then nothing is returned. Default value will be used
-
referenceNames
java.util.List<Variable> referenceNames
Semi-colon separated names of variables that will contain the results of JSON-PATH expressions (must match number of JSON-PATH expressions).
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.modifiers
-
Class org.anasoid.jmc.core.wrapper.jmeter.modifiers.CounterConfigWrapper extends ConfigTestElementWrapper<org.apache.jmeter.modifiers.CounterConfig,org.apache.jmeter.modifiers.gui.CounterConfigGui> implements Serializable
- serialVersionUID:
- -4321773956536604266L
-
Serialized Fields
-
end
java.lang.String end
Maximum value. -
format
java.lang.String format
-
increment
java.lang.String increment
Increment. -
perUser
boolean perUser
Track counter independently for each user. -
resetOnEachIteration
boolean resetOnEachIteration
=Reset counter on each Thread Group Iteration. -
start
java.lang.String start
Starting value. -
variable
Variable variable
Variable Name.
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.modifiers.JSR223PreProcessorWrapper extends JSR223TestElementWrapper<org.apache.jmeter.modifiers.JSR223PreProcessor,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.modifiers.SampleTimeoutWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.modifiers.SampleTimeout> implements Serializable
-
Serialized Fields
-
timeout
java.lang.String timeout
If the sample takes longer to complete, it will be interrupted (milliseconds).
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.processor
-
Class org.anasoid.jmc.core.wrapper.jmeter.processor.PostProcessorJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.processor.PreProcessorJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.protocol.http.config
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.config.HttpDefaultsWrapper extends ConfigTestElementWrapper<org.apache.jmeter.config.ConfigTestElement,org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui> implements Serializable
-
Serialized Fields
-
arguments
java.util.List<HTTPArgumentWrapper> arguments
-
concurrentDwn
java.lang.Boolean concurrentDwn
Embedded Resources from HTML Files: Parallel downloads. -
concurrentPool
java.lang.String concurrentPool
Embedded Resources from HTML Files: Concurrent pool for parallel download. -
connectTimeout
java.lang.String connectTimeout
Connect Timeouts (milliseconds). -
contentEncoding
java.lang.String contentEncoding
-
domain
java.lang.String domain
Server Name or IP. -
embeddedUrlExcludeRE
java.lang.String embeddedUrlExcludeRE
Embedded Resources from HTML Files: URLs must not match. -
embeddedUrlRE
java.lang.String embeddedUrlRE
Embedded Resources from HTML Files: URLs must match. -
imageParser
java.lang.Boolean imageParser
-
implementation
Implementation implementation
-
ipSource
java.lang.String ipSource
Source IP Address. -
ipSourceType
IpSourceType ipSourceType
Source Address Type. -
md5
java.lang.Boolean md5
Save response as MD5 hash. -
path
java.lang.String path
Path. -
port
java.lang.String port
Port Number. -
postBodyRaw
java.lang.Boolean postBodyRaw
-
protocol
java.lang.String protocol
Protocol [http]. -
proxyHost
java.lang.String proxyHost
Proxy host. -
proxyPass
java.lang.String proxyPass
Proxy pass. -
proxyPort
java.lang.String proxyPort
-
proxyScheme
java.lang.String proxyScheme
Proxy scheme. -
proxyUser
java.lang.String proxyUser
Proxy user. -
responseTimeout
java.lang.String responseTimeout
Response Timeouts (milliseconds).
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthManagerWrapper extends ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel> implements Serializable
- serialVersionUID:
- 4261318150151324005L
-
Serialized Fields
-
authorizations
java.util.List<AuthorizationWrapper> authorizations
-
clearEachIteration
boolean clearEachIteration
If selected, then the cache is cleared at the start of the thread. -
controlledByThread
boolean controlledByThread
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthorizationWrapper extends AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization> implements Serializable
-
Serialized Fields
-
domain
java.lang.String domain
-
mechanism
AuthMechanism mechanism
-
password
java.lang.String password
-
realm
java.lang.String realm
-
url
java.lang.String url
-
username
java.lang.String username
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.CacheManagerWrapper extends ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.CacheManager,org.apache.jmeter.protocol.http.gui.CacheManagerGui> implements Serializable
- serialVersionUID:
- -4068882490947271216L
-
Serialized Fields
-
clearEachIteration
boolean clearEachIteration
If selected, then the cache is cleared at the start of the thread. -
controlledByThread
boolean controlledByThread
-
maxSize
java.lang.Integer maxSize
-
useExpires
boolean useExpires
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.CookieManagerWrapper extends ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.CookieManager,org.apache.jmeter.protocol.http.gui.CookiePanel> implements Serializable
- serialVersionUID:
- 8482403319301067878L
-
Serialized Fields
-
clearEachIteration
java.lang.Boolean clearEachIteration
-
controlledByThreadGroup
java.lang.Boolean controlledByThreadGroup
-
cookies
java.util.List<CookieWrapper> cookies
-
policy
CookiePolicy policy
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.CookieWrapper extends AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Cookie> implements Serializable
- serialVersionUID:
- -4068882490947271216L
-
Serialized Fields
-
domain
java.lang.String domain
-
expires
java.lang.Integer expires
-
name
java.lang.String name
-
path
java.lang.String path
-
secure
java.lang.Boolean secure
-
value
java.lang.String value
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.HeaderManagerWrapper extends ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.HeaderManager,org.apache.jmeter.protocol.http.gui.HeaderPanel> implements Serializable
- serialVersionUID:
- 8482403319301067878L
-
Serialized Fields
-
headers
java.util.List<HeaderWrapper> headers
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.HeaderWrapper extends AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Header> implements Serializable
- serialVersionUID:
- -4068882490947271216L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.protocol.http.modifier
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.modifier.AnchorModifierWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.protocol.http.modifier.AnchorModifier> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.modifier.RegExUserParametersWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.protocol.http.modifier.RegExUserParameters> implements Serializable
-
Serialized Fields
-
regExParamNamesGrNr
java.lang.String regExParamNamesGrNr
Group number of regular expression used to extract parameter names. -
regExParamValuesGrNr
java.lang.String regExParamValuesGrNr
Group number of regular expression used to extract parameter values. -
regExRefName
java.lang.String regExRefName
Name of a reference to a regular expression.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.modifier.URLRewritingModifierWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier> implements Serializable
-
Serialized Fields
-
argumentName
java.lang.String argumentName
The name of the parameter to grab from previous response. This modifier will find the parameter anywhere it exists on the page, and grab the value assigned to it, whether it's in an HREF or a form. -
cache
boolean cache
Should the value of the session Id be saved for later use when the session Id is not present. -
encode
boolean encode
URL Encode value when writing parameter. -
pathExtension
boolean pathExtension
Some web apps rewrite URLs by appending a semi-colon plus the session id parameter. Check this box if that is so. -
pathExtensionNoEquals
boolean pathExtensionNoEquals
Some web apps rewrite URLs without using an "=" sign between the parameter name and value (such as Intershop Enfinity). -
pathExtensionNoQuestionmark
boolean pathExtensionNoQuestionmark
Prevents the query string to end up in the path extension (such as Intershop Enfinity).
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.protocol.http.util
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.util.HTTPArgumentWrapper extends AbstractArgumentWrapper<org.apache.jmeter.protocol.http.util.HTTPArgument> implements Serializable
-
Serialized Fields
-
alwaysEncoded
java.lang.Boolean alwaysEncoded
URL Encode. -
contentType
java.lang.String contentType
Content-Type. -
useEquals
java.lang.Boolean useEquals
Include equals.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.protocol.http.util.HTTPFileArgWrapper extends AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.util.HTTPFileArg> implements Serializable
-
Serialized Fields
-
mimeType
java.lang.String mimeType
MIME Type?. -
name
java.lang.String name
Parameter name. -
path
java.lang.String path
File path.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.reporters
-
Class org.anasoid.jmc.core.wrapper.jmeter.reporters.AbstractListenerElementWrapper extends AbstractBasicChildTestElementWrapper<T extends org.apache.jmeter.reporters.AbstractListenerElement> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.reporters.ResultActionWrapper extends OnErrorTestElementWrapper<org.apache.jmeter.reporters.ResultAction,org.apache.jmeter.reporters.gui.ResultActionGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.reporters.ResultCollectorWrapper extends AbstractListenerElementWrapper<T extends org.apache.jmeter.reporters.ResultCollector,G extends org.apache.jmeter.gui.AbstractJMeterGuiComponent> implements Serializable
-
Serialized Fields
-
filename
java.lang.String filename
-
logError
boolean logError
-
logSuccess
boolean logSuccess
-
saveConfiguration
SampleSaveConfigurationWrapper saveConfiguration
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.reporters.SummariserWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.reporters.Summariser> implements Serializable
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.samplers
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.AbstractSamplerWrapper extends AbstractTestElementWrapper<T extends org.apache.jmeter.samplers.AbstractSampler> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.DebugSamplerWrapper extends AbstractSamplerWrapper<org.apache.jmeter.sampler.DebugSampler,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Serialized Fields
-
displayJMeterProperties
boolean displayJMeterProperties
-
displayJMeterVariables
boolean displayJMeterVariables
-
displaySystemProperties
boolean displaySystemProperties
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.HTTPSamplerBaseWrapper extends AbstractSamplerWrapper<T extends org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase,G extends org.apache.jmeter.samplers.gui.AbstractSamplerGui> implements Serializable
-
Serialized Fields
-
arguments
java.util.List<HTTPArgumentWrapper> arguments
-
autoRedirects
java.lang.Boolean autoRedirects
Redirect Automatically. -
concurrentDwn
java.lang.Boolean concurrentDwn
Embedded Resources from HTML Files: Parallel downloads. -
concurrentPool
java.lang.String concurrentPool
Embedded Resources from HTML Files: Concurrent pool for parallel download. -
connectTimeout
java.lang.String connectTimeout
Connect Timeouts (milliseconds). -
contentEncoding
java.lang.String contentEncoding
-
doBrowserCompatibleMultipart
java.lang.Boolean doBrowserCompatibleMultipart
Browser-compatible headers. -
domain
java.lang.String domain
Server Name or IP. -
doMultipartPost
java.lang.Boolean doMultipartPost
Use multipart/form-data. -
embeddedUrlExcludeRE
java.lang.String embeddedUrlExcludeRE
Embedded Resources from HTML Files: URLs must not match. -
embeddedUrlRE
java.lang.String embeddedUrlRE
Embedded Resources from HTML Files: URLs must match. -
filesArguments
java.util.List<HTTPFileArgWrapper> filesArguments
-
followRedirects
java.lang.Boolean followRedirects
Follow redirects. -
imageParser
java.lang.Boolean imageParser
-
implementation
Implementation implementation
-
ipSource
java.lang.String ipSource
Source IP Address. -
ipSourceType
IpSourceType ipSourceType
Source Address Type. -
md5
java.lang.Boolean md5
Save response as MD5 hash. -
method
HttpMethod method
HTTP Method. -
path
java.lang.String path
Path. -
port
java.lang.String port
Port Number. -
postBodyRaw
java.lang.Boolean postBodyRaw
-
protocol
java.lang.String protocol
Protocol [http]. -
proxyHost
java.lang.String proxyHost
Proxy host. -
proxyPass
java.lang.String proxyPass
Proxy pass. -
proxyPort
java.lang.String proxyPort
Proxy Port. -
proxyScheme
java.lang.String proxyScheme
Proxy scheme. -
proxyUser
java.lang.String proxyUser
Proxy user. -
responseTimeout
java.lang.String responseTimeout
Response Timeouts (milliseconds). -
useKeepAlive
java.lang.Boolean useKeepAlive
Use KeepAlive.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.HTTPSamplerProxyWrapper extends HTTPSamplerBaseWrapper<org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy,org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.JSR223SamplerWrapper extends JSR223TestElementParentWrapper<org.apache.jmeter.protocol.java.sampler.JSR223Sampler,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.SamplerJmxIncludeWrapper extends AbstractParentJmxIncludeWrapper<org.apache.jmeter.samplers.Sampler> implements Serializable
- serialVersionUID:
- -8017246349372467904L
-
Class org.anasoid.jmc.core.wrapper.jmeter.samplers.SampleSaveConfigurationWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
assertionResultsFailureMessage
boolean assertionResultsFailureMessage
-
assertions
boolean assertions
-
bytes
boolean bytes
-
code
boolean code
-
connectTime
boolean connectTime
-
dataType
boolean dataType
-
encoding
boolean encoding
-
fieldNames
boolean fieldNames
-
fileName
boolean fileName
-
hostname
boolean hostname
-
idleTime
boolean idleTime
-
label
boolean label
-
latency
boolean latency
-
message
boolean message
-
requestHeaders
boolean requestHeaders
-
responseData
boolean responseData
-
responseHeaders
boolean responseHeaders
-
sampleCount
boolean sampleCount
-
samplerData
boolean samplerData
-
sentBytes
boolean sentBytes
-
subresults
boolean subresults
-
success
boolean success
-
threadCounts
boolean threadCounts
-
threadName
boolean threadName
-
time
boolean time
-
timestamp
boolean timestamp
-
url
boolean url
-
xml
boolean xml
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.testelement
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedAssertionWrapper extends AbstractScopedTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractScopedAssertion,G extends org.apache.jmeter.assertions.gui.AbstractAssertionGui> implements Serializable
-
Serialized Fields
-
scope
Scope scope
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractScopedTestElementWrapper extends AbstractBasicChildTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractScopedTestElement> implements Serializable
-
Serialized Fields
-
scope
Scope scope
-
scopeVariable
java.lang.String scopeVariable
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.AbstractTestElementWrapper extends AbstractBasicParentTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Serialized Fields
-
comment
java.lang.String comment
Comments. -
enabled
boolean enabled
enabled. -
name
java.lang.String name
Name.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.OnErrorTestElementWrapper extends AbstractBasicChildTestElementWrapper<T extends org.apache.jmeter.testelement.OnErrorTestElement> implements Serializable
-
Serialized Fields
-
onError
OnError onError
Action to be taken after a Sampler error.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.TestPlanWrapper extends AbstractTestElementWrapper<org.apache.jmeter.testelement.TestPlan> implements Serializable
-
Serialized Fields
-
arguments
java.util.List<ArgumentWrapper> arguments
-
functionalMode
boolean functionalMode
Functional Test Mode (i.e. save Response Data and Sampler Data) -
serialized
boolean serialized
Run Thread Groups consecutively (i.e. one at a time). -
tearDownOnShutdown
boolean tearDownOnShutdown
Run tearDown Thread Groups after shutdown of main threads. -
testPlanClasspath
java.lang.String testPlanClasspath
Set the classpath for the test plan. If the classpath is made up from more then one path, the parts must be separated with CLASSPATH_SEPARATOR.
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.testelement.basic
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper extends AbstractBasicTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Serialized Fields
-
comment
java.lang.String comment
Comments. -
enabled
boolean enabled
enabled. -
name
java.lang.String name
Name.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicParentTestElementWrapper extends AbstractBasicTestElementWrapper<T extends org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Serialized Fields
-
childs
java.util.List<TestElementWrapper<?>> childs
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper extends java.lang.Object implements Serializable
- serialVersionUID:
- 5001920204233593046L
-
Serialized Fields
-
isInitialized
boolean isInitialized
-
tags
java.util.Set<java.lang.String> tags
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.threads
-
Class org.anasoid.jmc.core.wrapper.jmeter.threads.AbstractThreadGroupWrapper extends AbstractTestElementWrapper<T extends org.apache.jmeter.threads.AbstractThreadGroup> implements Serializable
-
Serialized Fields
-
isSameUserOnNextIteration
java.lang.Boolean isSameUserOnNextIteration
Same user on each iteration. -
numThreads
java.lang.String numThreads
Number of Threads (users). -
onSampleError
OnSampleError onSampleError
Action to be taken after a Sampler error. -
samplerController
GenericControllerWrapper<?,?> samplerController
the sampler controller.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.threads.PostThreadGroupWrapper extends ThreadGroupWrapper implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.threads.SetupThreadGroupWrapper extends ThreadGroupWrapper implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.threads.ThreadGroupJmxIncludeWrapper extends AbstractParentJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
- serialVersionUID:
- -8017246349372467904L
-
Class org.anasoid.jmc.core.wrapper.jmeter.threads.ThreadGroupWrapper extends AbstractThreadGroupWrapper<org.apache.jmeter.threads.ThreadGroup,org.apache.jmeter.threads.gui.ThreadGroupGui> implements Serializable
- serialVersionUID:
- -5025050304929170782L
-
Serialized Fields
-
continueForever
java.lang.Boolean continueForever
In spite of the name, this is actually used to determine if the loop controller is repeatable. The value is only used in nextIsNull() when the loop end condition has been detected: If forever==true, then it calls resetLoopCount(), otherwise it calls setDone(true). Loop Controllers always set forever=true, so that they will be executed next time the parent invokes them. Thread Group sets the value false, so nextIsNull() sets done, and the Thread Group will not be repeated. However, it's not clear that a Thread Group could ever be repeated. -
delay
java.lang.String delay
Startup delay (seconds). -
delayedStartup
java.lang.Boolean delayedStartup
Specify Thread lifetime. -
duration
java.lang.String duration
Duration (seconds). -
loops
java.lang.String loops
Number of iterations to use. -
rampUp
java.lang.String rampUp
Ramp-up period (seconds). -
scheduler
java.lang.Boolean scheduler
Specify Thread lifetime.
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.timers
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.AbstractConstantTimerWrapper extends AbstractBasicChildTestElementWrapper<G extends org.apache.jmeter.timers.ConstantTimer> implements Serializable
-
Serialized Fields
-
delay
java.lang.String delay
Number of milliseconds to pause.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.ConstantThroughputTimerWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.timers.ConstantThroughputTimer> implements Serializable
-
Serialized Fields
-
calcMode
ConstantThroughputTimerWrapper.CalcMode calcMode
-
throughput
java.lang.String throughput
Throughput we want the timer to try to generate.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.ConstantTimerWrapper extends AbstractConstantTimerWrapper<org.apache.jmeter.timers.ConstantTimer,org.apache.jmeter.timers.gui.ConstantTimerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.GaussianRandomTimerWrapper extends RandomTimerWrapper<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.JSR223TimerWrapper extends JSR223TestElementWrapper<org.apache.jmeter.timers.JSR223Timer,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.PoissonRandomTimerWrapper extends RandomTimerWrapper<org.apache.jmeter.timers.PoissonRandomTimer,org.apache.jmeter.timers.gui.PoissonRandomTimerGui> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.RandomTimerWrapper extends AbstractConstantTimerWrapper<G extends org.apache.jmeter.timers.RandomTimer,F extends org.apache.jmeter.timers.gui.AbstractRandomTimerGui> implements Serializable
-
Serialized Fields
-
range
java.lang.String range
Deviation in milliseconds.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.SyncTimerWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.timers.SyncTimer> implements Serializable
-
Serialized Fields
-
groupSize
java.lang.String groupSize
Number of threads to release at once. Setting it to 0 is equivalent to setting it to Number of threads in Thread Group. -
timeout
java.lang.String timeout
Timeout in milliseconds. If set to 0, Timer will wait for the number of threads to reach the value in "Number of Simultaneous Users to Group". If superior to 0, then timer will wait at max "Timeout in milliseconds" for the number of Threads. If after the timeout interval the number of users waiting is not reached, timer will stop waiting. Defaults to 0.
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.TimerJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.UniformRandomTimerWrapper extends RandomTimerWrapper<org.apache.jmeter.timers.UniformRandomTimer,org.apache.jmeter.timers.gui.UniformRandomTimerGui> implements Serializable
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.timers.poissonarrivals
-
Class org.anasoid.jmc.core.wrapper.jmeter.timers.poissonarrivals.PreciseThroughputTimerWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer> implements Serializable
-
Serialized Fields
-
batchSize
java.lang.String batchSize
Batched departures. Number of threads in the batch (threads). -
batchThreadDelay
java.lang.String batchThreadDelay
Batched departures. Delay between threads in the batch (ms). -
duration
java.lang.String duration
Delay threads to ensure target throughput : Test duration (seconds). -
randomSeed
java.lang.String randomSeed
Setting to ensure repeatable sequence : Random seed (change from 0 to random). -
throughput
java.lang.String throughput
Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period'). -
throughputPeriod
java.lang.String throughputPeriod
Delay threads to ensure target throughput : Throughput period (seconds).
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.util
-
Class org.anasoid.jmc.core.wrapper.jmeter.util.JSR223TestElementParentWrapper extends ScriptingTestElementParentWrapper<T extends org.apache.jmeter.util.JSR223TestElement,G extends org.apache.jmeter.gui.AbstractJMeterGuiComponent> implements Serializable
-
Serialized Fields
-
cacheKey
java.lang.Boolean cacheKey
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.util.JSR223TestElementWrapper extends ScriptingTestElementWrapper<T extends org.apache.jmeter.util.JSR223TestElement,G extends org.apache.jmeter.gui.AbstractJMeterGuiComponent> implements Serializable
-
Serialized Fields
-
cacheKey
java.lang.Boolean cacheKey
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.util.ScriptingTestElementParentWrapper extends AbstractTestElementWrapper<T extends org.apache.jmeter.util.ScriptingTestElement> implements Serializable
-
Serialized Fields
-
parameters
java.util.List<java.lang.String> parameters
Parameters to pass to the BeanShell script. The list is passed to script split on white-space. -
scriptFile
java.lang.String scriptFile
-
scriptFileResource
boolean scriptFileResource
Script file resource. the resource file will be included as content in test. -
scriptLanguage
java.lang.String scriptLanguage
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.util.ScriptingTestElementWrapper extends AbstractBasicChildTestElementWrapper<T extends org.apache.jmeter.util.ScriptingTestElement> implements Serializable
-
Serialized Fields
-
parameters
java.util.List<java.lang.String> parameters
Parameters to pass to the BeanShell script. The list is passed to script split on white-space. -
scriptFile
java.lang.String scriptFile
-
scriptFileResource
boolean scriptFileResource
Script file resource. the resource file will be included as content in test. -
scriptLanguage
java.lang.String scriptLanguage
-
-
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.visualizers
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.AggregateGraphWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.StatGraphVisualizer> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.AggregateReportWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.StatVisualizer> implements Serializable
-
Serialized Fields
-
saveHeaders
boolean saveHeaders
-
useGroupName
boolean useGroupName
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.AssertionVisualizerWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.AssertionVisualizer> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.ComparisonAssertionVisualizerWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.ComparisonVisualizer> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.GraphVisualizerWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.GraphVisualizer> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.JSR223ListenerWrapper extends JSR223TestElementWrapper<org.apache.jmeter.visualizers.JSR223Listener,org.apache.jmeter.testbeans.gui.TestBeanGUI> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.ListenerJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.samplers.SampleListener> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.SimpleDataWriterWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.SimpleDataWriter> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.SummaryReportWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.SummaryReport> implements Serializable
-
Serialized Fields
-
saveHeaders
boolean saveHeaders
-
useGroupName
boolean useGroupName
-
-
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.TableVisualizerWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.TableVisualizer> implements Serializable
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.ViewResultsFullVisualizerWrapper extends ResultCollectorWrapper<org.apache.jmeter.reporters.ResultCollector,org.apache.jmeter.visualizers.ViewResultsFullVisualizer> implements Serializable
-
-
Package org.anasoid.jmc.core.wrapper.jmeter.visualizers.backend
-
Class org.anasoid.jmc.core.wrapper.jmeter.visualizers.backend.BackendListenerWrapper extends AbstractBasicChildTestElementWrapper<org.apache.jmeter.visualizers.backend.BackendListener> implements Serializable
-
Serialized Fields
-
arguments
java.util.Map<java.lang.String,java.lang.String> arguments
-
className
java.lang.String className
-
implementation
BackendListenerClient implementation
-
queueSize
java.lang.String queueSize
-
-
-
-
Package org.anasoid.jmc.core.xstream.exceptions
-
Class org.anasoid.jmc.core.xstream.exceptions.ConversionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -7034897186545466939L
-
Class org.anasoid.jmc.core.xstream.exceptions.ConversionIllegalStateException extends ConversionException implements Serializable
- serialVersionUID:
- -70345458695466939L
-
Class org.anasoid.jmc.core.xstream.exceptions.ConversionMandatoryException extends ConversionException implements Serializable
- serialVersionUID:
- -703454586545466939L
-