Searched defs:FrameworkMethod (Results 1 - 2 of 2) sorted by relevance

/external/junit/src/org/junit/runners/model/
H A DFrameworkMethod.java18 public class FrameworkMethod extends FrameworkMember<FrameworkMethod> { class in inherits:FrameworkMember
22 * Returns a new {@code FrameworkMethod} for {@code method}
24 public FrameworkMethod(Method method) { method in class:FrameworkMethod
99 public boolean isShadowedBy(FrameworkMethod other) {
112 if (!FrameworkMethod.class.isInstance(obj))
114 return ((FrameworkMethod) obj).fMethod.equals(fMethod);
128 * with a forthcoming ParameterSignature#canAcceptResultOf(FrameworkMethod)
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 236 milliseconds