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 TypeInterfaceDescriptioninterfaceUnderstands simulation of user events on GUI components that accept text input from the user.Classes in org.fest.swing.fixture that implement TextDisplayFixtureModifier and TypeClassDescriptionclassUnderstands functional testing ofs: user input simulation state verification property value queryJButtonclassUnderstands functional testing ofes: user input simulation state verification property value queryJCheckBoxclassUnderstands functional testing ofs: user input simulation state verification property value queryJLabelclassUnderstands functional testing ofs: state verification property value queryJProgressBarclassUnderstands functional testing ofs: user input simulation state verification property value queryJRadioButtonclassUnderstands functional testing ofs: user input simulation state verification property value queryJTextComponentclassUnderstands functional testing ofs: user input simulation state verification property value queryJToggleButtonMethods in org.fest.swing.fixture that return TextDisplayFixtureModifier and TypeMethodDescriptionTextDisplayFixture.requireText(String expected) Asserts that the text of this fixture'sis equal to or matches the specifiedComponentString.TextDisplayFixture.requireText(Pattern pattern) Asserts that the text of this fixture'smatches the given regular expression pattern.Component