Package | Description |
---|---|
org.fest.swing.driver |
Drivers that simulate user input on GUI
s. |
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
org.fest.swing.util |
Some useful utility methods.
|
Modifier and Type | Method and Description |
---|---|
void |
JListDriver.selectItems(JList list,
Range.From from,
Range.To to)
Selects the items in the specified range.
|
Modifier and Type | Method and Description |
---|---|
JListFixture |
JListFixture.selectItems(Range.From from,
Range.To to)
Simulates a user selecting the items (in the specified range) in this fixture's
. |
Modifier and Type | Method and Description |
---|---|
static Range.From |
Range.from(int value)
Creates a new
, representing the starting value of a range. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.