Searched defs:EMPTY_MAP (Results 1 – 2 of 2) sorted by relevance
91 static final HashMap<String, Metric> EMPTY_MAP = new HashMap<String, Metric>(); field in FakeTest
127 private static final Map<String, String> EMPTY_MAP = Collections.emptyMap(); field in TestInvocationTest