public class ValueMatcher extends org.hamcrest.TypeSafeMatcher<WebElement>
| Constructor and Description |
|---|
ValueMatcher(Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(WebElement item) |
static org.hamcrest.Matcher<WebElement> |
value(Object value) |
describeMismatch, describeMismatchSafely, matchespublic ValueMatcher(Object value)
public boolean matchesSafely(WebElement item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<WebElement>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<WebElement> value(Object value)
Copyright © 2013. All rights reserved.