Searched refs:MethodBlockSupplier (Results 1 – 6 of 6) sorted by relevance
5 import junitparams.internal.MethodBlockSupplier;389 private final MethodBlockSupplier methodBlockSupplier;393 methodBlockSupplier = new MethodBlockSupplier() { in JUnitParamsRunner()
29 public interface MethodBlockSupplier { interface
34 public void run(MethodBlockSupplier supplier, RunNotifier notifier) {
38 public void run(MethodBlockSupplier supplier, RunNotifier notifier) { in run()
54 public void run(MethodBlockSupplier supplier, RunNotifier notifier) { in run()
58 public abstract void run(MethodBlockSupplier supplier, RunNotifier notifier); in run()