Class CurrentDateFunction
java.lang.Object
org.citrusframework.functions.core.AbstractDateFunction
org.citrusframework.functions.core.CurrentDateFunction
- All Implemented Interfaces:
Function
Function returning the actual date as formatted string value. User specifies format string
as argument. Function also supports additional date offset in order to manipulate result date value.
-
Field Summary
Fields inherited from interface org.citrusframework.functions.Function
functions, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.functions.core.AbstractDateFunction
applyDateOffset, getDateValueOffset, getDefaultDateFormat
-
Constructor Details
-
CurrentDateFunction
public CurrentDateFunction()
-
-
Method Details
-
execute
-