Searched refs:getTestMethods (Results 1 – 3 of 3) sorted by relevance
71 for (Method testMethod : getTestMethods(testCase)) { in getTests()78 private List<Method> getTestMethods(Class<? extends TestCase> testCaseClass) { in getTestMethods() method in TestGrouping
54 interesting_methods = Test.getTestMethods(); in main()
22 public static Method[] getTestMethods() throws NoSuchMethodException, SecurityException { in getTestMethods() method in Test