Searched defs:fMethod (Results 1 - 9 of 9) sorted by relevance

/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/junit/src/org/junit/runners/model/
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()
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...]
/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/skia/bench/
H A DBitmapScaleBench.cpp119 SkBitmapScaler::ResizeMethod fMethod; member in class:PixmapScalerBench
124 PixmapScalerBench(SkBitmapScaler::ResizeMethod method, const char suffix[]) : fMethod(method) {
150 SkBitmapScaler::Resize(dst, src, fMethod);
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/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 148 milliseconds