public class SelectionMatcher extends org.hamcrest.TypeSafeMatcher<WebElement>
Constructor and Description |
---|
SelectionMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(WebElement item) |
static org.hamcrest.Matcher<WebElement> |
selection() |
describeMismatch, describeMismatchSafely, matches
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> selection()
Copyright © 2013. All rights reserved.