Searched refs:singleRunListener (Results 1 – 1 of 1) sorted by relevance
94 CollectingListener singleRunListener = new CollectingListener(listener); in runMultipleInstrumentationTests() local95 runInstrumentationTest(testInfo, listener, singleRunListener); in runMultipleInstrumentationTests()98 if (singleRunListener.hasFailedTests() || in runMultipleInstrumentationTests()99 singleRunListener.hasTestRunFatalError()) { in runMultipleInstrumentationTests()100 exitTestRunsOnError(listener, singleRunListener.getErrorMessage()); in runMultipleInstrumentationTests()