Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 7 of 7) 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/test_framework/com/android/tradefed/testtype/junit4/
DRunNotifierWrapper.java28 private RunNotifier notifier; field in RunNotifierWrapper
30 public RunNotifierWrapper(RunNotifier notifier) { in RunNotifierWrapper()
DLongevityHostRunner.java168 public void run(RunNotifier notifier) { in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/lite/
DDryRunnerTest.java40 RunNotifier notifier = new RunNotifier(); in testFakeExecution() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceSuite.java96 protected void runChild(Runner runner, RunNotifier notifier) { in runChild()
DDeviceJUnit4ClassRunner.java105 protected void runChild(FrameworkMethod method, RunNotifier notifier) { in runChild()
142 public void run(RunNotifier notifier) { in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java441 Object notifier = waitForExpectedInvokeCalls(2); in testRun_oneConfigLoop() local