Searched refs:addExcludedMethod (Results 1 – 3 of 3) sorted by relevance
12 addExcludedMethod("test.superclass.ChildSampleTest3", "pass"); in shouldExcludeBaseMethods()13 addExcludedMethod("test.superclass.ChildSampleTest3", "base"); in shouldExcludeBaseMethods()
30 addExcludedMethod(CLASS_NAME, ".*method2"); in excludeMethodsOnly()45 addExcludedMethod(CLASS_NAME, ".*"); in excludePackage()
241 public void addExcludedMethod(String className, String m) { in addExcludedMethod() method in BaseTest