Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/lite/com/android/tradefed/lite/
DDryRunner.java49 public void run(RunNotifier notifier) { in run()
56 private void fakeExecution(RunNotifier notifier, RunListener list, Description desc) { in fakeExecution()
/tools/tradefederation/core/javatests/com/android/tradefed/lite/
DDryRunnerTest.java41 RunNotifier notifier = new RunNotifier(); in testFakeExecution() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DRunNotifierWrapper.java31 private RunNotifier notifier; field in RunNotifierWrapper
34 public RunNotifierWrapper(RunNotifier notifier) { in RunNotifierWrapper()
DExceptionThrowingRunnerWrapper.java40 public void run(RunNotifier notifier) { in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceSuite.java96 protected void runChild(Runner runner, RunNotifier notifier) { in runChild()
DDeviceJUnit4ClassRunner.java108 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild()
145 public void run(RunNotifier notifier) { in run()