Uses of Class
org.fluentlenium.core.conditions.AbstractObjectConditions
-
Packages that use AbstractObjectConditions Package Description org.fluentlenium.core.conditions -
-
Uses of AbstractObjectConditions in org.fluentlenium.core.conditions
Subclasses of AbstractObjectConditions in org.fluentlenium.core.conditions Modifier and Type Class Description class
DynamicIntegerConditionsImpl
Conditions for integerclass
IntegerConditionsImpl
Conditions for integerclass
RectangleConditionsImpl
Conditions for rectangle.class
StringConditionsImpl
Conditions for stringclass
WebElementConditions
Fluent object to handleExpectedConditions
on FluentWebElement in fluentlenium API.Methods in org.fluentlenium.core.conditions that return AbstractObjectConditions Modifier and Type Method Description protected abstract AbstractObjectConditions<T>
AbstractObjectConditions. newInstance(boolean negationValue)
Creates a new instance of this condition.protected AbstractObjectConditions<List<? extends FluentWebElement>>
DynamicIntegerConditionsImpl. newInstance(boolean negationValue)
protected AbstractObjectConditions<Integer>
IntegerConditionsImpl. newInstance(boolean negationValue)
protected AbstractObjectConditions<FluentWebElement>
WebElementConditions. newInstance(boolean negationValue)
AbstractObjectConditions<T>
AbstractObjectConditions. not()
-