public class DynamicIntegerConditionsImpl extends AbstractObjectConditions<java.util.List<? extends FluentWebElement>> implements ListIntegerConditions
negation, object| Constructor and Description |
|---|
DynamicIntegerConditionsImpl(java.util.function.Supplier<java.util.List<? extends FluentWebElement>> supplier,
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.util.List<? extends FluentWebElement>> |
newInstance(boolean negationValue)
Creates a new instance of this condition.
|
DynamicIntegerConditionsImpl |
not()
Negates this condition object.
|
getActualObject, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitverifypublic DynamicIntegerConditionsImpl(java.util.function.Supplier<java.util.List<? extends FluentWebElement>> supplier, boolean negation)
supplier - underlying listnegation - negation valueprotected AbstractObjectConditions<java.util.List<? extends FluentWebElement>> newInstance(boolean negationValue)
AbstractObjectConditionsnewInstance in class AbstractObjectConditions<java.util.List<? extends FluentWebElement>>negationValue - negation valuepublic DynamicIntegerConditionsImpl not()
Conditionsnot in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>not in interface Conditions<java.util.List<? extends FluentWebElement>>not in class AbstractObjectConditions<java.util.List<? extends FluentWebElement>>public boolean equalTo(int value)
AbstractIntegerConditionsequalTo in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>value - the value to compare withpublic boolean lessThan(int value)
AbstractIntegerConditionslessThan in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>value - the value to compare withpublic boolean lessThanOrEqualTo(int value)
AbstractIntegerConditionslessThanOrEqualTo in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>value - the value to compare withpublic boolean greaterThan(int value)
AbstractIntegerConditionsgreaterThan in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>value - the value to compare withpublic boolean greaterThanOrEqualTo(int value)
AbstractIntegerConditionsgreaterThanOrEqualTo in interface AbstractIntegerConditions<java.util.List<? extends FluentWebElement>,ListIntegerConditions>value - the value to compare withCopyright © 2018 FluentLenium. All Rights Reserved.