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
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>