GreaterOrEqual

class GreaterOrEqual<T extends Number> extends Equal<T>

Checks if the given number property of item inside a collection has value that is greater or equal to the given number value.

Constructors

GreaterOrEqual

GreaterOrEqual(String propertyName, T propertyValue)

Methods

evaluateValue

protected boolean evaluateValue(T expected, T actual)