assertj / assertj-swing

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

Not possible to extend BasicRobot and BasicComponentFinder #174

Open timmikk opened 8 years ago

timmikk commented 8 years ago

It is not possible to extend the BasicRobot and BasicComponentFinder classes. The BasicRobot has no public constructor and BasicComponentFinder class is final type. There probably is good reasons for these decisions but they make extending functionality very difficult. Maybe there should exist abstract middle classes for both?

croesch commented 8 years ago

Thanks for reporting! I once noticed this myself but can't find the issue anymore :)

If you would like, you could open a PR with the required changes if you'd like to..