Home | History | Annotate | Download | only in junitparams

Lines Matching refs:frameworkMethod

9 import org.junit.runners.model.FrameworkMethod;
409 protected void runChild(FrameworkMethod method, RunNotifier notifier) {
419 for (InstanceFrameworkMethod frameworkMethod : methods) {
420 frameworkMethod.run(methodBlockSupplier, notifier);
428 "Unsupported FrameworkMethod
441 private DescribableFrameworkMethod getDescribableMethod(FrameworkMethod method) {
444 "Unsupported FrameworkMethod class: " + method.getClass()
463 protected List<FrameworkMethod> computeTestMethods() {
468 protected Statement methodInvoker(FrameworkMethod method, Object test) {
473 "Unsupported FrameworkMethod class: " + method.getClass()
478 protected Description describeChild(FrameworkMethod method) {