Uses of Class
org.fest.swing.fixture.JRadioButtonFixture

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.