Class | Description |
---|---|
AbsoluteFunction |
Function returning the absolute value of a decimal number.
|
AbstractDateFunction |
Abstract date value handling function provides base date value manipulation helpers.
|
AvgFunction |
Function returning the average of a set of numeric values.
|
CeilingFunction |
Returns the smallest (closest to negative infinity) double value
according to the numeric argument.
|
ChangeDateFunction |
Function changes given date value by adding/subtracting day/month/year/hour/minute
offset values.
|
ConcatFunction |
Function concatenating multiple tokens to a single string.
|
CreateCDataSectionFunction |
Adds XML CDATA section tags to parameter value.
|
CurrentDateFunction |
Function returning the actual date as formatted string value.
|
DecodeBase64Function |
Decodes base64 binary data to a character sequence.
|
DigestAuthHeaderFunction |
Function creates digest authentication HTTP header with given security parameters:
username
password
realm
noncekey
method
uri
opaque
algorithm
|
EncodeBase64Function |
Encodes a character sequence to base64 binary using given charset.
|
EscapeXmlFunction |
Escapes XML fragment with escaped characters for '<', '>'.
|
FloorFunction |
Returns the largest (closest to positive infinity) double value according to numeric argument
value.
|
JsonPathFunction | |
LoadMessageFunction |
Function loads message from test context message store.
|
LocalHostAddressFunction |
Function gets the local host address.
|
LowerCaseFunction |
Function returns given string argument in lower case.
|
MapValueFunction |
Function to map the function's argument to a corresponding value configured using a map.
|
MaxFunction |
Function returns the maximum numeric value in a set of numeric arguments.
|
MinFunction |
Returns the minimum value in a set of numeric arguments.
|
RandomEnumValueFunction |
Function to choose one random value from a list of strings.
|
RandomNumberFunction |
Function returning a random numeric value.
|
RandomStringFunction |
Function generating a random string containing alphabetic characters.
|
RandomUUIDFunction |
Creates a random Java UUID.
|
ReadFileResourceFunction |
Function reads file from given file path and returns the complete file content as function result.
|
RoundFunction |
Function returns the closest integer value to a decimal argument.
|
StringLengthFunction |
Returning the length of a given string argument.
|
SubstringAfterFunction |
Function implements substring after functionality.
|
SubstringBeforeFunction |
Function implements substring before functionality.
|
SubstringFunction |
Function implements simple substring functionality.
|
SumFunction |
Function to sum up all numeric arguments.
|
TranslateFunction |
Function searches for occurrences of a given character sequence and replaces all
findings with given replacement string.
|
UpperCaseFunction |
Returns given string argument in upper case letters.
|
XpathFunction |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.