| Package | Description |
|---|---|
| org.assertj.swing.core |
Low-level components that enable functional testing of AWT and Swing
Components. |
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComponentFinder
Default implementation of
ComponentFinder. |
| Modifier and Type | Method and Description |
|---|---|
ComponentFinder |
Robot.finder() |
ComponentFinder |
BasicRobot.finder() |
static ComponentFinder |
BasicComponentFinder.finderWithCurrentAwtHierarchy()
Creates a new
BasicComponentFinder that has access to all the AWT and Swing Components in the AWT
hierarchy. |
static ComponentFinder |
BasicComponentFinder.finderWithNewAwtHierarchy()
Creates a new
BasicComponentFinder with a new AWT hierarchy. |
| Constructor and Description |
|---|
ComponentFoundCondition(org.assertj.core.description.Description description,
ComponentFinder finder,
ComponentMatcher matcher)
Creates a new
ComponentFoundCondition. |
ComponentFoundCondition(org.assertj.core.description.Description description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
ComponentFoundCondition. |
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher)
Creates a new
ComponentFoundCondition. |
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
ComponentFoundCondition. |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentFinder |
AbstractContainerFixture.finder() |
Copyright © 2014 AssertJ. All rights reserved.