- java.lang.Object
-
- org.testfx.matcher.control.MenuItemMatchers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hamcrest.Matcher<MenuItem>hasText(String text)Creates a matcher that matches allMenuItemobjects that have the giventextas their text in MenuItem.static org.hamcrest.Matcher<MenuItem>hasText(org.hamcrest.Matcher<String> matcher)Creates a matcher that matches allMenuItemobjects whose text matches the given matcher.
-