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