excludeTest
Excludes a test method specified by test class name and method name.
Return
this filter object
Since
5.0
Parameters
className
the class name of the test to exclude
methodName
the method name of the test to exclude. Can be null.