Package org.citrusframework.functions.core
package org.citrusframework.functions.core
-
ClassesClassDescriptionFunction returning the absolute value of a decimal number.Abstract date value handling function provides base date value manipulation helpers.Function returning the average of a set of numeric values.Returns the smallest (closest to negative infinity) double value according to the numeric argument.Function changes given date value by adding/subtracting day/month/year/hour/minute offset values.Function concatenating multiple tokens to a single string.Function returning the actual date as formatted string value.Decodes base64 binary data to a character sequence.Function creates digest authentication HTTP header with given security parameters: username password realm noncekey method uri opaque algorithmEncodes a character sequence to base64 binary using given charset.This function takes a JSON string as input and escapes all double quotes within it.Returns the largest (closest to positive infinity) double value according to numeric argument value.Function loads message from test context message store.Function gets the local host address.Function returns given string argument in lower case.Function to map the function's argument to a corresponding value configured using a map.Function returns the maximum numeric value in a set of numeric arguments.Returns the minimum value in a set of numeric arguments.Function to choose one random value from a list of strings.Function returning a random numeric value.Function generating a random string containing alphabetic characters.Creates a random Java UUID.Function reads file from given file path and returns the complete file content as function result.Function returns the closest integer value to a decimal argument.Returning the length of a given string argument.Function implements substring after functionality.Function implements substring before functionality.Function implements simple substring functionality.Function to sum up all numeric arguments.Function returns given string argument in lower case.Function searches for occurrences of a given character sequence and replaces all findings with given replacement string.Function returning the actual timestamp.Returns given string argument in upper case letters.Decodes URL encoded string to a character sequence.Encodes a character sequence to URL encoded string using given charset.