| Constructor and Description |
|---|
HasUniqueSelector(String selector,
org.hamcrest.Matcher<? super Element> subjectMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Element> |
hasUniqueSelector(String selector) |
static org.hamcrest.Matcher<Element> |
hasUniqueSelector(String selector,
org.hamcrest.Matcher<? super Element>... subjectMatchers) |
static org.hamcrest.Matcher<Element> |
hasUniqueSelector(String selector,
org.hamcrest.Matcher<? super Element> subjectMatcher) |
protected boolean |
matchesSafely(Element doc,
org.hamcrest.Description mismatchDescription) |
protected boolean matchesSafely(Element doc, org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<Element>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<Element> hasUniqueSelector(String selector, org.hamcrest.Matcher<? super Element>... subjectMatchers)
Copyright © 2015. All Rights Reserved.