Searched defs:notifier (Results 1 – 7 of 7) sorted by relevance
49 public void run(RunNotifier notifier) { in run()56 private void fakeExecution(RunNotifier notifier, RunListener list, Description desc) { in fakeExecution()
28 private RunNotifier notifier; field in RunNotifierWrapper30 public RunNotifierWrapper(RunNotifier notifier) { in RunNotifierWrapper()
168 public void run(RunNotifier notifier) { in run()
40 RunNotifier notifier = new RunNotifier(); in testFakeExecution() local
96 protected void runChild(Runner runner, RunNotifier notifier) { in runChild()
105 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild()142 public void run(RunNotifier notifier) { in run()
441 Object notifier = waitForExpectedInvokeCalls(2); in testRun_oneConfigLoop() local