|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentFixture | |
---|---|
org.fest.swing.finder | Support for testing time-consuming tasks. |
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of ComponentFixture in org.fest.swing.finder |
---|
Methods in org.fest.swing.finder that return ComponentFixture | |
---|---|
abstract ComponentFixture<T> |
ComponentFinderTemplate.using(Robot robot)
Finds a component by name or type using the given robot. |
Uses of ComponentFixture in org.fest.swing.fixture |
---|
Classes in org.fest.swing.fixture with type parameters of type ComponentFixture | |
---|---|
class |
ComponentFixtureExtension<C extends Component,F extends ComponentFixture<C>>
Understands an "extension method" for implementations of . |
Subclasses of ComponentFixture in org.fest.swing.fixture | |
---|---|
class |
ContainerFixture<T extends Container>
Understands lookup of s contained in a . |
class |
DialogFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
FrameFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
GenericComponentFixture<T extends Component>
A generic component fixture providing basic keyboard and mouse input operations. |
class |
JButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JCheckBoxFixture
Understands functional testing of es:
user input simulation
state verification
property value query
|
class |
JComboBoxFixture
Understands functional testing of es:
user input simulation
state verification
property value query
The conversion between the values given in tests and the values being displayed by a
renderer is performed by a . |
class |
JFileChooserFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JInternalFrameFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JLabelFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JListFixture
Understands functional testing of s:
user input simulation
state verification
property value query
The conversion between the values given in tests and the values being displayed by a
renderer is performed by a . |
class |
JMenuItemFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JOptionPaneFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JPanelFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JPopupMenuFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JProgressBarFixture
Understands functional testing of s:
state verification
property value query
|
class |
JRadioButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JScrollBarFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JScrollPaneFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JSliderFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JSpinnerFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JSplitPaneFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JTabbedPaneFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JTableFixture
Understands functional testing of s:
user input simulation
state verification
property value query
The conversion between the values given in tests and the values being displayed by a
renderer is performed by a . |
class |
JTableHeaderFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JTextComponentFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JToggleButtonFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JToolBarFixture
Understands functional testing of s:
user input simulation
state verification
property value query
|
class |
JTreeFixture
Understands functional testing of s:
user input simulation
state verification
property value query
s can be specified using String s. |
class |
WindowFixture<T extends Window>
Understands functional testing of s:
user input simulation
state verification
property value query
|
Methods in org.fest.swing.fixture with type parameters of type ComponentFixture | ||
---|---|---|
|
ContainerFixture.with(ComponentFixtureExtension<C,F> extension)
Returns a managing a component inside this fixture's
. |
|
|
ComponentContainerFixture.with(ComponentFixtureExtension<C,F> extension)
Returns a managing a component inside this fixture's
. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |