Searched defs:testMethods (Results 1 – 5 of 5) sorted by relevance
62 public void testMethods() { in testMethods() method in SQLiteQueryTest
261 public void testMethods() { in testMethods() method in RotateDrawableTest
357 public void testMethods() { in testMethods() method in GradientDrawableTest
339 MethodDoc doc, ClassDoc testClass, boolean testMethods) { in implementedMethod0()543 List<MethodDoc> testMethods = collectAllTestMethods(clazz); in processTestClass() local
415 List<MethodDoc> testMethods = new ArrayList<MethodDoc>(); field in TestCoverageDoclet.AnnotationPointer