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

/external/junit/src/main/java/org/junit/runners/model/
H A DFrameworkMethod.java19 public class FrameworkMethod extends FrameworkMember<FrameworkMethod> { class in inherits:FrameworkMember
23 * Returns a new {@code FrameworkMethod} for {@code method}
25 public FrameworkMethod(Method method) { method in class:FrameworkMethod
28 "FrameworkMethod cannot be created without an underlying method.");
136 public boolean isShadowedBy(FrameworkMethod other) {
153 if (!FrameworkMethod.class.isInstance(obj)) {
156 return ((FrameworkMethod) obj).method.equals(method);
170 * with a forthcoming ParameterSignature#canAcceptResultOf(FrameworkMethod)
/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/ ...

Completed in 414 milliseconds