Lines Matching refs:Method
21 import java.lang.reflect.Method;
25 private static final Method runTest;
36 private Method method;
54 public final void setMethod(Method method) {
55 this.method = method;
56 this.name = method.getName();
59 public final Method getMethod() {
60 if (method != null) {
61 return method;
66 * result of getName() if that method is overridden.