public class SizeGreaterThan extends CollectionCondition
Modifier and Type | Field and Description |
---|---|
protected int |
expectedSize |
empty, explanation
Constructor and Description |
---|
SizeGreaterThan(int expectedSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
applyNull() |
void |
fail(CollectionSource collection,
java.util.List<WebElement> elements,
java.lang.Exception lastError,
long timeoutMs) |
boolean |
test(java.util.List<WebElement> elements) |
java.lang.String |
toString() |
allMatch, anyMatch, because, exactTexts, exactTexts, exactTextsCaseSensitiveInAnyOrder, exactTextsCaseSensitiveInAnyOrder, itemWithText, noneMatch, size, sizeGreaterThan, sizeGreaterThanOrEqual, sizeLessThan, sizeLessThanOrEqual, sizeNotEqual, texts, texts, textsInAnyOrder, textsInAnyOrder
public boolean test(java.util.List<WebElement> elements)
public void fail(CollectionSource collection, java.util.List<WebElement> elements, java.lang.Exception lastError, long timeoutMs)
fail
in class CollectionCondition
public boolean applyNull()
applyNull
in class CollectionCondition
public java.lang.String toString()
toString
in class java.lang.Object