| Constructor and Description |
|---|
HasAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<Element> |
hasAttribute(String name) |
static org.hamcrest.Matcher<Element> |
isChecked() |
static org.hamcrest.Matcher<Element> |
isDisabled() |
static org.hamcrest.Matcher<Element> |
isReadOnly() |
static org.hamcrest.Matcher<Element> |
isSelected() |
protected boolean |
matchesSafely(Element actual,
org.hamcrest.Description mismatchDescription) |
public HasAttribute(String attributeName)
protected boolean matchesSafely(Element actual, org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<Element>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<Element> isSelected()
public static org.hamcrest.Matcher<Element> isReadOnly()
public static org.hamcrest.Matcher<Element> isChecked()
public static org.hamcrest.Matcher<Element> isDisabled()
Copyright © 2015. All Rights Reserved.