Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JSliderFixture |
JSliderFixture.click()
Simulates a user clicking this fixture's
. |
JSliderFixture |
JSliderFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JSliderFixture |
JSliderFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JSliderFixture |
JSliderFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JSliderFixture |
JSliderFixture.focus()
Gives input focus to this fixture's
. |
JSliderFixture |
JSliderFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JSliderFixture |
JSliderFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's
. |
JSliderFixture |
JSliderFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JSliderFixture |
JSliderFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JSliderFixture |
JSliderFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JSliderFixture |
JSliderFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JSliderFixture |
JSliderFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JSliderFixture |
JSliderFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JSliderFixture |
JSliderFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JSliderFixture |
JSliderFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
matches the given regular expression
pattern. |
JSliderFixture |
JSliderFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
matches the given value. |
JSliderFixture |
JSliderFixture.requireVisible()
Asserts that this fixture's
. |
JSliderFixture |
JSliderFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
JSliderFixture |
ComponentContainerFixture.slider()
|
JSliderFixture |
ContainerFixture.slider()
|
JSliderFixture |
ComponentContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher)
|
JSliderFixture |
ContainerFixture.slider(GenericTypeMatcher<? extends JSlider> matcher)
|
JSliderFixture |
ComponentContainerFixture.slider(String name)
|
JSliderFixture |
ContainerFixture.slider(String name)
|
JSliderFixture |
JSliderFixture.slideTo(int value)
Simulates a user sliding this fixture's
to the given value. |
JSliderFixture |
JSliderFixture.slideToMaximum()
Simulates a user sliding this fixture's
to its maximum value. |
JSliderFixture |
JSliderFixture.slideToMinimum()
Simulates a user sliding this fixture's
to its minimum value. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.