Searched refs:testMethod (Results 1 – 2 of 2) sorted by relevance
345 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local346 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation()381 for (Method testMethod : testMethods) { in addToTests()382 String testName = testMethod.getName(); in addToTests()389 if (testMethod.getParameterTypes().length != 0) { in addToTests()392 if (!testMethod.getReturnType().equals(Void.TYPE)) { in addToTests()395 if (!Modifier.isPublic(testMethod.getModifiers())) { in addToTests()
74939 final java.lang.reflect.Method val$testMethod