Searched refs:m_statusBySuiteName (Results 1 – 1 of 1) sorted by relevance
30 private Map<String, String> m_statusBySuiteName = Maps.newHashMap(); field in Model84 m_statusBySuiteName.put(suite.getName(), "skipped"); in init()95 m_statusBySuiteName.put(suite.getName(), "failed"); in init()170 String result = m_statusBySuiteName.get(suiteName); in getStatusForSuite()