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