Searched refs:EMPTY_MAP (Results 1 – 3 of 3) sorted by relevance
91 static final HashMap<String, Metric> EMPTY_MAP = new HashMap<String, Metric>(); field in FakeTest232 listener.testEnded(test, EMPTY_MAP); in executeTestRun()235 listener.testRunEnded(0, EMPTY_MAP); in executeTestRun()
127 private static final Map<String, String> EMPTY_MAP = Collections.emptyMap(); field in TestInvocationTest255 EasyMock.expect(mMockBuildInfo.getBuildAttributes()).andStubReturn(EMPTY_MAP); in setUp()
208 supportedSchemeNames = Collections.EMPTY_MAP; in verify()