public class ButtonMatchers
extends java.lang.Object
Button controls.| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<javafx.scene.control.Button> |
isCancelButton()
Creates a matcher that matches all
Buttons that are cancel buttons. |
static org.hamcrest.Matcher<javafx.scene.control.Button> |
isDefaultButton()
Creates a matcher that matches all
Buttons that are default buttons. |
public static org.hamcrest.Matcher<javafx.scene.control.Button> isCancelButton()
Buttons that are cancel buttons.public static org.hamcrest.Matcher<javafx.scene.control.Button> isDefaultButton()
Buttons that are default buttons.