assertj / assertj-examples

Examples illustrating AssertJ assertions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assertions generator doesn't generate assertions for inner classes of interfaces

tyler-reeves opened this issue · comments

Although the assertions generator is able to generate assertions for inner classes of other classes, it is unable to find inner classes of interfaces.