Searched refs:getInvocationSummary (Results 1 – 3 of 3) sorted by relevance
43 assertEquals("No test results\n", reporter.getInvocationSummary()); in testGetInvocationSummary_empty()64 reporter.getInvocationSummary()); in testGetInvocationSummary_test_run_metrics()91 assertTrue(reporter.getInvocationSummary().matches(expected.toString())); in testGetInvocationSummary_test_metrics()111 reporter.getInvocationSummary()); in testGetInvocationSummary_logs()234 assertTrue(reporter.getInvocationSummary().matches(expected.toString())); in testGetInvocationSummary_all()
51 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, getInvocationSummary()); in invocationEnded()66 String getInvocationSummary() { in getInvocationSummary() method in ConsoleResultReporter
109 String summary = getInvocationSummary(); in invocationEnded()126 private String getInvocationSummary() { in getInvocationSummary() method in GameQualificationResultReporter