| Constructor and Description |
|---|
HasChildren(org.hamcrest.Matcher<Iterable<Element>> childrenMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Element> |
featureValueOf(Element actual) |
static org.hamcrest.Matcher<Element> |
hasChild(org.hamcrest.Matcher<? super Element> childMatcher) |
static org.hamcrest.Matcher<Element> |
hasChildren(org.hamcrest.Matcher<? super Element>... childrenMatchers) |
static org.hamcrest.Matcher<Element> |
hasChildren(org.hamcrest.Matcher<Iterable<Element>> childrenMatcher) |
public static org.hamcrest.Matcher<Element> hasChildren(org.hamcrest.Matcher<? super Element>... childrenMatchers)
public static org.hamcrest.Matcher<Element> hasChild(org.hamcrest.Matcher<? super Element> childMatcher)
Copyright © 2015. All Rights Reserved.