Uses of Interface
org.fest.swing.fixture.TextDisplayFixture

Packages that use TextDisplayFixture
org.fest.swing.fixture 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.fixture
 interface TextInputFixture
          Understands simulation of user events on GUI components that accept text input from the user.
 

Classes in org.fest.swing.fixture that implement TextDisplayFixture
 class JButtonFixture
          Understands functional testing of JButtons: user input simulation state verification property value query
 class JCheckBoxFixture
          Understands functional testing of JCheckBoxes: user input simulation state verification property value query
 class JLabelFixture
          Understands functional testing of JLabels: user input simulation state verification property value query
 class JProgressBarFixture
          Understands functional testing of JProgressBars: state verification property value query
 class JRadioButtonFixture
          Understands functional testing of JRadioButtons: user input simulation state verification property value query
 class JTextComponentFixture
          Understands functional testing of JTextComponents: user input simulation state verification property value query
 class JToggleButtonFixture
          Understands functional testing of JToggleButtons: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return TextDisplayFixture
 TextDisplayFixture TextDisplayFixture.requireText(Pattern pattern)
          Asserts that the text of this fixture's Component matches the given regular expression pattern.
 TextDisplayFixture TextDisplayFixture.requireText(String expected)
          Asserts that the text of this fixture's Component is equal to or matches the specified String.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.