Searched refs:testMetrics (Results 1 – 3 of 3) sorted by relevance
133 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument135 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()137 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()142 super.testEnded(test, testMetrics); in testEnded()
33 public void testMetrics() { in testMetrics() method in BoringLayout_MetricsTest
1023 public void testMetrics() throws IOException {