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