@ParametersAreNonnullByDefault public class ItemWithText extends CollectionCondition
empty, explanation| Constructor and Description |
|---|
ItemWithText(java.lang.String expectedText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyNull() |
void |
fail(CollectionSource collection,
java.util.List<org.openqa.selenium.WebElement> elements,
java.lang.Exception lastError,
long timeoutMs) |
boolean |
test(java.util.List<org.openqa.selenium.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@CheckReturnValue public boolean test(java.util.List<org.openqa.selenium.WebElement> elements)
public void fail(CollectionSource collection, @Nullable java.util.List<org.openqa.selenium.WebElement> elements, @Nullable java.lang.Exception lastError, long timeoutMs)
fail in class CollectionCondition@CheckReturnValue public boolean applyNull()
applyNull in class CollectionCondition@CheckReturnValue public java.lang.String toString()
toString in class java.lang.Object