Class Summary |
AbstractFunction |
|
BeanShell |
A function which understands BeanShell
ALPHA CODE - liable to change without notice!
|
CSVRead |
The function represented by this class allows data to be read from CSV
files. |
FileRowColContainer |
File data container for CSV (and similar delimited) files
Data is accessible via row and column number |
FileRowColContainer.Test |
|
FileWrapper |
This class wraps the FileRowColContainer for use across multiple
threads.
|
IntSum |
Provides an intSum function that adds two or more integer values. |
IterationCounter |
|
JavaScript |
|
LogFunction |
Function to log a message
Parameters:
- string
- log level (optional; defaults to INFO; or DEBUG if unrecognised)
- throwable message (optional)
Returns:
- the input string |
LogFunction2 |
Function to log a message
Parameters:
- string
- log level (optional; defaults to INFO; or DEBUG if unrecognised)
- throwable message (optional)
Returns:
- Empty String (so can be used where return value would be a nuisance) |
MachineName |
|
PackageTest |
|
Property |
Function to get a JMeter property, and optionally store it
Parameters:
- property name
- variable name (optional)
- default value (optional)
Returns:
- the property value, but if not found
- the default value, but if not define
- the property name itself |
Property2 |
Function to get a JMeter property, or a default.
|
Random |
Provides a Random function which returns a random integer between
a min (first argument) and a max (seceond argument). |
RegexFunction |
|
RegexFunction.Test |
|
SplitFunction |
Function to log a message
Parameters:
- string
- log level (optional; defaults to INFO; or DEBUG if unrecognised)
- throwable message (optional)
Returns:
- the input string |
StringFromFile |
StringFromFile Function to read a String from a text file.
|
ThreadNumber |
|