assertj / assertj-swing

Fluent assertions for Swing apps
Other
109 stars 52 forks source link

Component Name generator #255

Open beirtipol opened 3 years ago

beirtipol commented 3 years ago

This provides a utility for setting the 'name' property on any java.awt.Component in the hierarchy of a specified Container. The main use-case of this utility is when dealing with third-party / closed-source UI libraries which have unnamed or unsuitably-named components (e.g. when the same 'name' has been set on multiple Components.