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'sonly it is not already checked.JRadioButtonJRadioButtonFixture.click()Simulates a user clicking this fixture's.JRadioButtonJRadioButtonFixture.click(MouseButton button) Simulates a user clicking this fixture's.JRadioButtonJRadioButtonFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JRadioButtonJRadioButtonFixture.doubleClick()Simulates a user double-clicking this fixture's.JRadioButtonJRadioButtonFixture.focus()Gives input focus to this fixture's.JRadioButtonJRadioButtonFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JRadioButtonJRadioButtonFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JRadioButtonJRadioButtonFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JRadioButtonComponentContainerFixture.radioButton()Returns afound in this fixture'sJRadioButton.ContainerComponentContainerFixture.radioButton(String name) Finds ain this fixture'sJRadioButton, which name matches the specified one.ContainerComponentContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher) Finds ain this fixture'sJRadioButton, that matches the specified search criteria.ContainerContainerFixture.radioButton()Returns afound in this fixture'sJRadioButton.ContainerContainerFixture.radioButton(String name) Finds ain this fixture'sJRadioButton, which name matches the specified one.ContainerContainerFixture.radioButton(GenericTypeMatcher<? extends JRadioButton> matcher) Finds ain this fixture'sJRadioButton, that matches the specified search criteria.ContainerJRadioButtonFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JRadioButtonJRadioButtonFixture.requireDisabled()Asserts that this fixture'sis disabled.JRadioButtonJRadioButtonFixture.requireEnabled()Asserts that this fixture'sis enabled.JRadioButtonJRadioButtonFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JRadioButtonJRadioButtonFixture.requireFocused()Asserts that this fixture'shas input focus.JRadioButtonJRadioButtonFixture.requireNotSelected()Verifies that this fixture'sis not selected.JRadioButtonJRadioButtonFixture.requireNotVisible()Asserts that this fixture'sis not visible.JRadioButtonJRadioButtonFixture.requireSelected()Verifies that this fixture'sis selected.JRadioButtonJRadioButtonFixture.requireText(String expected) Asserts that the text of this fixture'smatches the specified value.JRadioButtonJRadioButtonFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JRadioButtonJRadioButtonFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JRadioButtonJRadioButtonFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JRadioButtonJRadioButtonFixture.requireVisible()Asserts that this fixture'sis visible.JRadioButtonJRadioButtonFixture.rightClick()Simulates a user right-clicking this fixture's.JRadioButtonJRadioButtonFixture.uncheck()Unchecks this fixture'sonly if it is checked.JRadioButton