Uses of Interface
org.fest.swing.fixture.TextDisplayFixture
Packages that use TextDisplayFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of TextDisplayFixture in org.fest.swing.fixture
Subinterfaces of TextDisplayFixture in org.fest.swing.fixtureModifier and TypeInterfaceDescriptioninterface
Understands simulation of user events on GUI components that accept text input from the user.Classes in org.fest.swing.fixture that implement TextDisplayFixtureModifier 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
s: user input simulation state verification property value queryJLabel
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 queryJTextComponent
class
Understands functional testing of
s: user input simulation state verification property value queryJToggleButton
Methods in org.fest.swing.fixture that return TextDisplayFixtureModifier and TypeMethodDescriptionTextDisplayFixture.requireText
(String expected) Asserts that the text of this fixture's
is equal to or matches the specifiedComponent
String
.TextDisplayFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.Component