assertj / assertj/assertj-swing
Not possible to extend BasicRobot and BasicComponentFinder
Open
documentation
enhancement
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.