Searched refs:testMethods (Results 1 – 2 of 2) sorted by relevance
110 ArrayList<Method> testMethods = new ArrayList<>(); in findTestMethods() local116 testMethods.add(method); in findTestMethods()119 return testMethods; in findTestMethods()
22 public void testMethods() { in testMethods() method in SQLiteQueryTest