| Package | Description |
|---|---|
| org.assertj.swing.core |
Low-level components that enable functional testing of AWT and Swing
Components. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicComponentPrinter
Default implementation of
ComponentPrinter. |
| Modifier and Type | Method and Description |
|---|---|
ComponentPrinter |
Robot.printer() |
ComponentPrinter |
ComponentFinder.printer() |
ComponentPrinter |
BasicRobot.printer() |
ComponentPrinter |
BasicComponentFinder.printer() |
static ComponentPrinter |
BasicComponentPrinter.printerWithCurrentAwtHierarchy()
Creates a new
BasicComponentPrinter that has access to all the AWT and Swing Components in the AWT
hierarchy. |
static ComponentPrinter |
BasicComponentPrinter.printerWithNewAwtHierarchy()
Creates a new
BasicComponentPrinter with a new AWT hierarchy. |
Copyright © 2014 AssertJ. All rights reserved.