Searched refs:fMethod (Results 1 - 6 of 6) sorted by relevance

/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java19 final Method fMethod; field in class:FrameworkMethod
25 fMethod= method;
32 return fMethod;
45 return fMethod.invoke(target, params);
54 return fMethod.getName();
68 if (fMethod.getParameterTypes().length != 0)
69 errors.add(new Exception("Method " + fMethod.getName() + " should have no parameters"));
82 if (Modifier.isStatic(fMethod.getModifiers()) != isStatic) {
84 errors.add(new Exception("Method " + fMethod.getName() + "() " + state + " be static"));
86 if (!Modifier.isPublic(fMethod
[all...]
H A DNoGenericTypeParametersValidator.java12 private final Method fMethod; field in class:NoGenericTypeParametersValidator
15 this.fMethod = method;
19 for (Type each : fMethod.getGenericParameterTypes())
25 errors.add(new Exception("Method " + fMethod.getName()
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java21 private final Method fMethod; field in class:TestMethod
25 fMethod= method;
30 return fMethod.getAnnotation(Ignore.class) != null;
34 Test annotation= fMethod.getAnnotation(Test.class);
42 Test annotation= fMethod.getAnnotation(Test.class);
66 fMethod.invoke(test);
/external/javassist/sample/
H A DTest.java37 CtMethod fMethod = cc.getDeclaredMethod("f");
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
/external/junit/src/org/junit/experimental/theories/internal/
H A DAllMembersSupplier.java25 private final FrameworkMethod fMethod; field in class:AllMembersSupplier.MethodParameterValue
28 fMethod= dataPointMethod;
34 return fMethod.invokeExplosively(null);
49 return fMethod.getName();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds