| Constructor and Description |
|---|
HasSelector(String selector) |
HasSelector(String selector,
org.hamcrest.Matcher<Iterable<Element>> subjectsMatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Element> |
hasSelector(String selector) |
static org.hamcrest.Matcher<Element> |
hasSelector(String selector,
org.hamcrest.Matcher<? super Element>... subjectsMatchers) |
static org.hamcrest.Matcher<Element> |
hasSelector(String selector,
org.hamcrest.Matcher<Iterable<Element>> subjectsMatcher) |
protected boolean |
matchesSafely(Element element,
org.hamcrest.Description mismatchDescription) |
public HasSelector(String selector)
protected boolean matchesSafely(Element element, org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<Element>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<Element> hasSelector(String selector, org.hamcrest.Matcher<? super Element>... subjectsMatchers)
Copyright © 2013. All Rights Reserved.