Searched refs:testMethods (Results 1 – 5 of 5) 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
395 Method[] testMethods = testClass.getMethods(); in addToTests() local396 for (Method testMethod : testMethods) { in addToTests()
176 public void testMethods() { in testMethods() method in RotateDrawableTest
201 public void testMethods() { in testMethods() method in GradientDrawableTest