Searched refs:testMethods (Results 1 – 3 of 3) sorted by relevance
74 ArrayList<Method> testMethods = new ArrayList<>(); in findTestMethods() local80 testMethods.add(method); in findTestMethods()83 return testMethods; in findTestMethods()
22 public void testMethods() { in testMethods() method in SQLiteQueryTest
403 Method[] testMethods = testClass.getMethods(); in addToTests() local404 for (Method testMethod : testMethods) { in addToTests()