Searched defs:notifier (Results 1 – 5 of 5) sorted by relevance
28 private RunNotifier notifier; field in RunNotifierWrapper30 public RunNotifierWrapper(RunNotifier notifier) { in RunNotifierWrapper()
189 public void run(RunNotifier notifier) { in run()
114 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild()129 public void run(RunNotifier notifier) { in run()
108 protected void runChild(Runner runner, RunNotifier notifier) { in runChild()
435 Object notifier = waitForExpectedInvokeCalls(2); in testRun_oneConfigLoop() local