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