Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is generating assertions for test classes and code generated by other plugins #53

Open
zeljko-mirovic opened this issue Oct 12, 2018 · 1 comment

Comments

@zeljko-mirovic
Copy link

Plugin is generating assertions for test classes and code generated by other plugins.
It will be nice if plugin will be able to distinguish between different code sources for same package and generate assertions only for chosen ones.

Currently it is only possible to exclude them using exludes like this:
<excludes>
<param>.*?\..*Test</param>
<param>.*?\.querydsl\.Q.*</param>
</excludes>

@lhannest
Copy link

I want assertions generated for test classes, and I can't get it to work. Do you know if this was ever fixed, and how to allow for both test and main sources to be generated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants