You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: