Package io.fluentlenium.core.conditions
Interface ListIntegerConditions
- All Superinterfaces:
AbstractIntegerConditions<List<? extends FluentWebElement>,
,ListIntegerConditions> Conditions<List<? extends FluentWebElement>>
- All Known Implementing Classes:
DynamicIntegerConditionsImpl
public interface ListIntegerConditions
extends AbstractIntegerConditions<List<? extends FluentWebElement>,ListIntegerConditions>
Conditions API for FluentLists.
-
Method Summary
Methods inherited from interface io.fluentlenium.core.conditions.AbstractIntegerConditions
equalTo, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo, not
Methods inherited from interface io.fluentlenium.core.conditions.Conditions
verify