Searched refs:m_testResultMap (Results 1 – 1 of 1) sorted by relevance
24 private Map<ITestResult, String> m_testResultMap = Maps.newHashMap(); field in Model62 m_testResultMap.put(tr, getTestResultName(tr)); in init()131 return m_testResultMap.get(tr); in getTag()