Searched refs:testRunFailed (Results 1 – 10 of 10) sorted by relevance
144 public void testRunFailed(String errorMessage) { in testRunFailed() method in ModuleListener146 mListener.testRunFailed(errorMessage); in testRunFailed()
141 public void testRunFailed(String errorMessage) { in testRunFailed() method in ConsoleReporter
470 public void testRunFailed(String errorMessage) { in testRunFailed() method in ResultReporter
99 mockRunListener.testRunFailed((String)EasyMock.anyObject()); in testParseFailedFile()
250 mockRunListener.testRunFailed(CLASS_ERROR_MESSAGE); in testClassErrorSummary()
348 mMockInvocationListener.testRunFailed((String) EasyMock.anyObject());
170 listener.testRunFailed(errorMsg); in handleTestRunFailed()
182 listener.testRunFailed(errorMsg); in handleTestRunFailed()466 listener.testRunFailed(object.getString(CLASS_ERRORS)); in processJsonFile()
1398 listener.testRunFailed(String.join(".\n", errorMsgs)); in doRunTest()
389 mReporter.testRunFailed("error"); in testResultReporting_moduleNotDone()416 mReporter.testRunFailed("error"); // test run failure should prevent marking module "done" in testResultReporting_moduleNotDone_noTests()524 shard2.testRunFailed("error"); in testResultReporter_sharded()