Uses of Class
org.fest.swing.fixture.JRadioButtonFixture
Packages that use JRadioButtonFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JRadioButtonFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JRadioButtonFixtureModifier and TypeMethodDescriptionJRadioButtonFixture.check()
Checks (or selects) this fixture's
only it is not already checked.JRadioButton
JRadioButtonFixture.click()
Simulates a user clicking this fixture's
.JRadioButton
JRadioButtonFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JRadioButton
JRadioButtonFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JRadioButton
JRadioButtonFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JRadioButton
JRadioButtonFixture.focus()
Gives input focus to this fixture's
.JRadioButton
JRadioButtonFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JRadioButton
JRadioButtonFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JRadioButton
JRadioButtonFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JRadioButton
ComponentContainerFixture.radioButton()
Returns a
found in this fixture'sJRadioButton
.Container
ComponentContainerFixture.radioButton
(String name) Finds a
in this fixture'sJRadioButton
, which name matches the specified one.Container
ComponentContainerFixture.radioButton
(GenericTypeMatcher<? extends JRadioButton> matcher) Finds a
in this fixture'sJRadioButton
, that matches the specified search criteria.Container
ContainerFixture.radioButton()
Returns a
found in this fixture'sJRadioButton
.Container
ContainerFixture.radioButton
(String name) Finds a
in this fixture'sJRadioButton
, which name matches the specified one.Container
ContainerFixture.radioButton
(GenericTypeMatcher<? extends JRadioButton> matcher) Finds a
in this fixture'sJRadioButton
, that matches the specified search criteria.Container
JRadioButtonFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JRadioButton
JRadioButtonFixture.requireDisabled()
Asserts that this fixture's
is disabled.JRadioButton
JRadioButtonFixture.requireEnabled()
Asserts that this fixture's
is enabled.JRadioButton
JRadioButtonFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JRadioButton
JRadioButtonFixture.requireFocused()
Asserts that this fixture's
has input focus.JRadioButton
JRadioButtonFixture.requireNotSelected()
Verifies that this fixture's
is not selected.JRadioButton
JRadioButtonFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JRadioButton
JRadioButtonFixture.requireSelected()
Verifies that this fixture's
is selected.JRadioButton
JRadioButtonFixture.requireText
(String expected) Asserts that the text of this fixture's
matches the specified value.JRadioButton
JRadioButtonFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.JRadioButton
JRadioButtonFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JRadioButton
JRadioButtonFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JRadioButton
JRadioButtonFixture.requireVisible()
Asserts that this fixture's
is visible.JRadioButton
JRadioButtonFixture.rightClick()
Simulates a user right-clicking this fixture's
.JRadioButton
JRadioButtonFixture.uncheck()
Unchecks this fixture's
only if it is checked.JRadioButton