Class CompareLessThanAction
- java.lang.Object
-
- com.chutneytesting.action.assertion.compare.AbstractCompareNumberAction
-
- com.chutneytesting.action.assertion.compare.CompareLessThanAction
-
- All Implemented Interfaces:
CompareExecutor
public class CompareLessThanAction extends AbstractCompareNumberAction
-
-
Constructor Summary
Constructors Constructor Description CompareLessThanAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BiFunction<Double,Double,Boolean>compareFunction()protected StringgetFunctionName()protected StringgetOppositeFunctionName()-
Methods inherited from class com.chutneytesting.action.assertion.compare.AbstractCompareNumberAction
compare
-
-
-
-
Method Detail
-
compareFunction
protected BiFunction<Double,Double,Boolean> compareFunction()
- Specified by:
compareFunctionin classAbstractCompareNumberAction
-
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionNamein classAbstractCompareNumberAction
-
getOppositeFunctionName
protected String getOppositeFunctionName()
- Specified by:
getOppositeFunctionNamein classAbstractCompareNumberAction
-
-