olamy commented on pull request #400: URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1002483985
> @imonteroperez We already discussed this feature request with @olamy in ASF. This feature brings chaos to the meaning of the config parameter and a duplicate to filter `test` which have the space for the method filtering. Naturally, `includesFile` cannot be about filtering methods. Instead of those parameters pls use `<test>*Test#test*One+testTwo????? </test>`. Why you do not use the config parameter `test`? Do you want to override or merge this parameter with system property `test`? `Naturally`? the parameter is called `includesFile` and not `includesClassesFile` so naturally it would make sense to include methods filtering as well. the parameter `test` does `naturally`? At the moment it's not consistent not being able to have method filtering when using files. Naturally it's a good idea to have same level of filtering support for both parameter and it will be more consistent. very long command line parameter are not easy to use. @Tibor17 I don't see any problem make parameters consistent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
