Open bbottema opened 4 years ago
Thanks for reporting this! I don't have much time these days unfortunately but I can review a PR if someone is keen to tackle that issue.
This actually belong to https://github.com/joel-costigliola/assertj-assertions-generator
Summary
Some classes for which I generate assertion classes contain methods with parameter types that are in the same package. If I then use
<generateAssertionsInPackage>
to generate the assertion classes in a different package, they miss the required imports for these types.Example
Results in the following assertion class: