HomeSort by relevance Sort by last modified time
    Searched refs:MethodBlockSupplier (Results 1 - 6 of 6) sorted by null

  /external/junit-params/src/main/java/junitparams/internal/
MethodBlockSupplier.java 29 public interface MethodBlockSupplier {
DeferredErrorFrameworkMethod.java 34 public void run(MethodBlockSupplier supplier, RunNotifier notifier) {
35 // Do not call the MethodBlockSupplier as that could introduce additional errors, simply
InstanceFrameworkMethod.java 54 public void run(MethodBlockSupplier supplier, RunNotifier notifier) {
NonParameterisedFrameworkMethod.java 38 public void run(MethodBlockSupplier supplier, RunNotifier notifier) {
InvokableFrameworkMethod.java 34 * {@link MethodBlockSupplier} which is usually called from within the
35 * {@link #run(MethodBlockSupplier, RunNotifier)} method.
58 public abstract void run(MethodBlockSupplier supplier, RunNotifier notifier);
  /external/junit-params/src/main/java/junitparams/
JUnitParamsRunner.java 5 import junitparams.internal.MethodBlockSupplier;
389 private final MethodBlockSupplier methodBlockSupplier;
393 methodBlockSupplier = new MethodBlockSupplier() {
420 frameworkMethod.run(methodBlockSupplier, notifier);
424 ((InvokableFrameworkMethod) describableMethod).run(methodBlockSupplier, notifier);

Completed in 301 milliseconds