Class ButtonMatchers
java.lang.Object
org.testfx.matcher.control.ButtonMatchers
TestFX matchers for
Button controls.-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<javafx.scene.control.Button> Creates a matcher that matches allButtons that are cancel buttons.static org.hamcrest.Matcher<javafx.scene.control.Button> Creates a matcher that matches allButtons that are default buttons.
-
Method Details
-
isCancelButton
public static org.hamcrest.Matcher<javafx.scene.control.Button> isCancelButton()Creates a matcher that matches allButtons that are cancel buttons. -
isDefaultButton
public static org.hamcrest.Matcher<javafx.scene.control.Button> isDefaultButton()Creates a matcher that matches allButtons that are default buttons.
-