Skip navigation links

Package org.assertj.swing.format

Formatters that create better and shorter String representations of AWT and Swing Components.

See: Description

Package org.assertj.swing.format Description

Formatters that create better and shorter String representations of AWT and Swing Components.

AssertJ-Swing provides default component formatters for all the Swing components in the JDK. Unlike the ' toString ' method in Swing components, the provided component formatters display only the information that can help developers solve problems in functional tests, excluding any information related to the appearance of GUI components (e.g. colors, layouts, sizes, etc).

The following are some examples of the output of the some of the provided component formatters.

Author:
Alex Ruiz
Skip navigation links

Copyright © 2014–2019 AssertJ. All rights reserved.