| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| org.assertj.swing.util |
Miscellaneous utilities.
|
| 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
JList. |
| Modifier and Type | Method and Description |
|---|---|
static Range.From |
Range.from(int value)
Creates a new
Range.From, representing the starting value of a range. |
Copyright © 2014 AssertJ. All rights reserved.