public class IntegerConditionsImpl extends AbstractObjectConditions<java.lang.Integer> implements IntegerConditions
negation, object| Constructor and Description |
|---|
IntegerConditionsImpl(java.lang.Integer integer)
Creates a new conditions object on integer.
|
IntegerConditionsImpl(java.lang.Integer integer,
boolean negation)
Creates a new conditions object on integer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalTo(int value)
Check that this is equal to given value
|
boolean |
greaterThan(int value)
Check that this is greater than given value
|
boolean |
greaterThanOrEqualTo(int value)
Check that this is greater than or equal given value
|
boolean |
lessThan(int value)
Check that this is less than given value
|
boolean |
lessThanOrEqualTo(int value)
Check that this is less than or equal given value
|
protected AbstractObjectConditions<java.lang.Integer> |
newInstance(boolean negationValue)
Creates a new instance of this condition.
|
IntegerConditionsImpl |
not()
Negates this condition object.
|
getActualObject, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitverifypublic IntegerConditionsImpl(java.lang.Integer integer)
integer - underlying integerpublic IntegerConditionsImpl(java.lang.Integer integer,
boolean negation)
integer - underlying integernegation - negation valueprotected AbstractObjectConditions<java.lang.Integer> newInstance(boolean negationValue)
AbstractObjectConditionsnewInstance in class AbstractObjectConditions<java.lang.Integer>negationValue - negation valuepublic IntegerConditionsImpl not()
Conditionsnot in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>not in interface Conditions<java.lang.Integer>not in class AbstractObjectConditions<java.lang.Integer>public boolean equalTo(int value)
AbstractIntegerConditionsequalTo in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>value - the value to compare withpublic boolean lessThan(int value)
AbstractIntegerConditionslessThan in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>value - the value to compare withpublic boolean lessThanOrEqualTo(int value)
AbstractIntegerConditionslessThanOrEqualTo in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>value - the value to compare withpublic boolean greaterThan(int value)
AbstractIntegerConditionsgreaterThan in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>value - the value to compare withpublic boolean greaterThanOrEqualTo(int value)
AbstractIntegerConditionsgreaterThanOrEqualTo in interface AbstractIntegerConditions<java.lang.Integer,IntegerConditions>value - the value to compare withCopyright © 2018 FluentLenium. All Rights Reserved.