com.consol.citrus.functions.core
Class MinFunction
java.lang.Object
com.consol.citrus.functions.core.MinFunction
- All Implemented Interfaces:
- Function
public class MinFunction
- extends Object
- implements Function
Returns the minimum value in a set of numeric arguments.
- Author:
- Christoph Deppisch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinFunction
public MinFunction()
execute
public String execute(List<String> parameterList)
- Description copied from interface:
Function
- Method called on execution.
- Specified by:
execute in interface Function
- Parameters:
parameterList - list of function arguments.
- Returns:
- function result as string.
- Throws:
InvalidFunctionUsageException- See Also:
Function.execute(java.util.List)
Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.