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

Packages that use JCheckBoxFixture
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of JCheckBoxFixture in org.fest.swing.fixture
 

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



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