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

Packages that use TextInputFixture
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of TextInputFixture in org.fest.swing.fixture
 

Classes in org.fest.swing.fixture that implement TextInputFixture
 class JTextComponentFixture
          Understands functional testing of JTextComponents: user input simulation state verification property value query
 

Methods in org.fest.swing.fixture that return TextInputFixture
 TextInputFixture TextInputFixture.deleteText()
          Simulates a user deleting all the text in the Component managed by this fixture.
 TextInputFixture TextInputFixture.enterText(String text)
          Simulates a user entering the given text in the Component managed by this fixture.
 TextInputFixture TextInputFixture.select(String text)
          Simulates a user selecting the given text contained in the Component managed by this fixture.
 TextInputFixture TextInputFixture.selectAll()
          Simulates a user selecting all the text contained in the Component managed by this fixture.
 TextInputFixture TextInputFixture.selectText(int start, int end)
          Simulates a user selecting a portion of the text contained in the Component managed by this fixture.
 



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