assertj / assertj-swing

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

Add possibility to test the accessibility of swing components #134

Open croesch opened 10 years ago

croesch commented 10 years ago

To build accessible java applications you have to set some additional attributes to components. Allow assertj-swing to test these attributes.

Details to be added...