STAMP-project / pitmp-maven-plugin

Maven plugin to handle multi module projects for PiTest
GNU Lesser General Public License v3.0
46 stars 14 forks source link

Add the property excludedTestMethods #37

Open Cael35 opened 5 years ago

Cael35 commented 5 years ago

There is a property excludedTestClasses, but we may need to exclude only a specific method. You can use an interceptor with the full qualified name and the signature of the method.