Searched refs:testMethods (Results 1 – 4 of 4) 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
180 private void generateMethods(FileSpec.Builder classBuilder, Set<MethodSignature> testMethods) { in generateMethods() argument181 for (MethodSignature method : testMethods) { in generateMethods()242 Set<MethodSignature> testMethods = ALLOWLISTED_TEST_METHODS.stream() in generatedMethodsForTestApiClasses() local246 for (MethodSignature method : testMethods) { in generatedMethodsForTestApiClasses()
683 Set<ExecutableElement> testMethods = new HashSet<>(); in filterValidTestApis() local691 .forEach(e -> testMethods.add(e)); in filterValidTestApis()693 for (ExecutableElement method : testMethods) { in filterValidTestApis()