- java.lang.Object
-
- org.testfx.matcher.base.ParentMatchers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<Parent>hasChild()Creates a matcher that matches allParents that have at least one child.static org.hamcrest.Matcher<Parent>hasChildren(int amount)Creates a matcher that matches allParents that have exactlyamountchildren.
-