Searched defs:getTestMethods (Results 1 – 2 of 2) sorted by relevance
22 public static Method[] getTestMethods() throws NoSuchMethodException, SecurityException { in getTestMethods() method in Test
78 private List<Method> getTestMethods(Class<? extends TestCase> testCaseClass) { in getTestMethods() method in TestGrouping