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
I have a class with a number of methods annotated with @Fuzz. Currently, I have to create multiple <execution> elements for the jqf-maven-plugin, one per each method. Would be more convenient to have testAllMethods property, which would simply instruct the plugin to run all methods, which are @Fuzz-annotated.