Searched refs:getMethodBlock (Results 1 – 4 of 4) sorted by relevance
31 Statement getMethodBlock(InvokableFrameworkMethod method); in getMethodBlock() method
39 runMethodInvoker(notifier, supplier.getMethodBlock(this), getDescription()); in run()
55 runMethodInvoker(notifier, supplier.getMethodBlock(this), getInstanceDescription()); in run()
395 public Statement getMethodBlock(InvokableFrameworkMethod method) { in JUnitParamsRunner()