| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JPanelFixture |
ComponentContainerFixture.panel()
Returns a
JPanel found in this fixture's Container. |
JPanelFixture |
AbstractContainerFixture.panel() |
JPanelFixture |
ComponentContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher)
Finds a
JPanel in this fixture's Container, that matches the specified search criteria. |
JPanelFixture |
AbstractContainerFixture.panel(GenericTypeMatcher<? extends JPanel> matcher) |
JPanelFixture |
ComponentContainerFixture.panel(String name)
Finds a
JPanel in this fixture's Container, which name matches the specified one. |
JPanelFixture |
AbstractContainerFixture.panel(String name) |
JPanelFixture |
JPanelFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's
JPanel matches the given regular expression pattern. |
JPanelFixture |
JPanelFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's
JPanel matches the given value. |
Copyright © 2014 AssertJ. All rights reserved.