Searched refs:storedTestMetrics (Results 1 – 1 of 1) sorted by relevance
51 private ArrayListMultimap<String, Metric> storedTestMetrics = ArrayListMultimap.create(); field in BasePostProcessor143 Map<String, Metric.Builder> aggregateResults = processAllTestMetrics(storedTestMetrics); in testRunEnded()150 storedTestMetrics.clear(); in testRunEnded()194 storedTestMetrics.put(entry.getKey(), entry.getValue()); in testEnded()