public class HasNoSelector
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.w3c.dom.Element>
| Constructor and Description |
|---|
HasNoSelector(java.lang.String selector) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<org.w3c.dom.Element> |
hasNoSelector(java.lang.String selector) |
protected boolean |
matchesSafely(org.w3c.dom.Element doc,
org.hamcrest.Description mismatchDescription) |
protected boolean matchesSafely(org.w3c.dom.Element doc,
org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<org.w3c.dom.Element>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<org.w3c.dom.Element> hasNoSelector(java.lang.String selector)