Uses of Interface
org.fest.swing.fixture.ToolTipDisplayFixture
Packages that use ToolTipDisplayFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of ToolTipDisplayFixture in org.fest.swing.fixture
Subinterfaces of ToolTipDisplayFixture in org.fest.swing.fixtureModifier and TypeInterfaceDescriptioninterface
Understands functional testing of
s: user input simulation state verification property value queryJComponent
Classes in org.fest.swing.fixture that implement ToolTipDisplayFixtureModifier and TypeClassDescriptionclass
Understands functional testing of
s: user input simulation state verification property value queryJButton
class
Understands functional testing of
es: user input simulation state verification property value queryJCheckBox
class
Understands functional testing of
es: user input simulation state verification property value queryJComboBox
class
Understands functional testing of
s: user input simulation state verification property value queryJInternalFrame
class
Understands functional testing of
s: user input simulation state verification property value queryJLabel
class
Understands functional testing of
s: user input simulation state verification property value queryJList
class
Understands functional testing of
s: user input simulation state verification property value queryJPanel
class
Understands functional testing of
s: state verification property value queryJProgressBar
class
Understands functional testing of
s: user input simulation state verification property value queryJRadioButton
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollBar
class
Understands functional testing of
s: user input simulation state verification property value queryJScrollPane
class
Understands functional testing of
s: user input simulation state verification property value queryJSlider
class
Understands functional testing of
s: user input simulation state verification property value queryJSpinner
class
Understands functional testing of
s: user input simulation state verification property value queryJSplitPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTabbedPane
class
Understands functional testing of
s: user input simulation state verification property value queryJTable
class
Understands functional testing of
s: user input simulation state verification property value queryJTableHeader
class
Understands functional testing of
s: user input simulation state verification property value queryJTextComponent
class
Understands functional testing of
s: user input simulation state verification property value queryJToggleButton
class
Understands functional testing of
s: user input simulation state verification property value queryJToolBar
class
Understands functional testing of
s: user input simulation state verification property value queryJTree
Methods in org.fest.swing.fixture that return ToolTipDisplayFixtureModifier and TypeMethodDescriptionToolTipDisplayFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's GUI component matches the given value.ToolTipDisplayFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's GUI component matches the given regular expression pattern.