Uses of Class
org.fest.swing.fixture.JCheckBoxFixture
Packages that use JCheckBoxFixture
Package
Description
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 JCheckBoxFixtureModifier and TypeMethodDescriptionJCheckBoxFixture.check()Checks (or selects) this fixture'sonly it is not already checked.JCheckBoxComponentContainerFixture.checkBox()ComponentContainerFixture.checkBox(GenericTypeMatcher<? extends JCheckBox> matcher) ContainerFixture.checkBox()ContainerFixture.checkBox(GenericTypeMatcher<? extends JCheckBox> matcher) JCheckBoxFixture.click()Simulates a user clicking this fixture's.JCheckBoxJCheckBoxFixture.click(MouseButton button) Simulates a user clicking this fixture's.JCheckBoxJCheckBoxFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JCheckBoxJCheckBoxFixture.doubleClick()Simulates a user double-clicking this fixture's.JCheckBoxJCheckBoxFixture.focus()Gives input focus to this fixture's.JCheckBoxJCheckBoxFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JCheckBoxJCheckBoxFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JCheckBoxJCheckBoxFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JCheckBoxJCheckBoxFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JCheckBoxJCheckBoxFixture.requireDisabled()Asserts that this fixture'sis disabled.JCheckBoxJCheckBoxFixture.requireEnabled()Asserts that this fixture'sis enabled.JCheckBoxJCheckBoxFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JCheckBoxJCheckBoxFixture.requireFocused()Asserts that this fixture'shas input focus.JCheckBoxJCheckBoxFixture.requireNotSelected()Verifies that this fixture'sis not selected.JCheckBoxJCheckBoxFixture.requireNotVisible()Asserts that this fixture'sis not visible.JCheckBoxJCheckBoxFixture.requireSelected()Verifies that this fixture'sis selected.JCheckBoxJCheckBoxFixture.requireText(String expected) Asserts that the text of this fixture'sis equal to or matches the specifiedJCheckBoxString.JCheckBoxFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.JCheckBoxJCheckBoxFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JCheckBoxJCheckBoxFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JCheckBoxJCheckBoxFixture.requireVisible()Asserts that this fixture'sis visible.JCheckBoxJCheckBoxFixture.rightClick()Simulates a user right-clicking this fixture's.JCheckBoxJCheckBoxFixture.uncheck()Unchecks this fixture'sonly if it is checked.JCheckBox