| Package | Description |
|---|---|
| org.assertj.swing.core |
Low-level components that enable functional testing of AWT and Swing
Components. |
| org.assertj.swing.hierarchy |
Scoped
Component hierarchies. |
| Modifier and Type | Method and Description |
|---|---|
ComponentHierarchy |
Robot.hierarchy() |
ComponentHierarchy |
BasicRobot.hierarchy() |
protected ComponentHierarchy |
BasicComponentPrinter.hierarchy() |
| Constructor and Description |
|---|
BasicComponentFinder(ComponentHierarchy hierarchy)
Creates a new
BasicComponentFinder. |
BasicComponentFinder(ComponentHierarchy hierarchy,
Settings settings)
Creates a new
BasicComponentFinder. |
BasicComponentPrinter(ComponentHierarchy hierarchy)
Creates a new
BasicComponentPrinter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingHierarchy
Provides access to the current AWT hierarchy.
|
class |
NewHierarchy
Isolates a
ComponentHierarchy to limit to only those components created during the lifetime of this
hierarchy. |
class |
SingleComponentHierarchy
A
ComponentHierarchy created with a specified AWT or Swing Component as root. |
| Constructor and Description |
|---|
SingleComponentHierarchy(Container root,
ComponentHierarchy hierarchy)
Creates a new
SingleComponentHierarchy. |
Copyright © 2014 AssertJ. All rights reserved.