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 classDynamicIntegerConditionsImplConditions for integerclassIntegerConditionsImplConditions for integerclassRectangleConditionsImplConditions for rectangle.classStringConditionsImplConditions for stringclassWebElementConditionsFluent object to handleExpectedConditionson 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<java.util.List<? extends FluentWebElement>>DynamicIntegerConditionsImpl. newInstance(boolean negationValue)protected AbstractObjectConditions<java.lang.Integer>IntegerConditionsImpl. newInstance(boolean negationValue)protected AbstractObjectConditions<FluentWebElement>WebElementConditions. newInstance(boolean negationValue)AbstractObjectConditions<T>AbstractObjectConditions. not()
-