exclude Test
Excludes a test method specified by test class name and method name.
Return
this filter object
Parameters
class Name
the class name of the test to exclude
method Name
the method name of the test to exclude. Can be null.
Excludes a test method specified by test class name and method name.
this filter object
the class name of the test to exclude
the method name of the test to exclude. Can be null.