Searched refs:m_groups (Results 1 – 4 of 4) sorted by relevance
17 private String[] m_groups; field in OverrideProcessor21 m_groups = groups; in OverrideProcessor()28 if (m_groups != null && m_groups.length > 0) { in process()31 t.getIncludedGroups().addAll(Arrays.asList(m_groups)); in process()
46 protected String[] m_groups = {}; field in BaseTestMethod201 return m_groups; in getGroups()553 m_groups = groups; in setGroups()
20 private ListMultiMap<String, ITestNGMethod> m_groups = Maps.newListMultiMap(); field in DependencyMap26 m_groups.put(g, m); in DependencyMap()32 Set<String> uniqueKeys = m_groups.keySet(); in getMethodsThatBelongTo()38 List<ITestNGMethod> temp = m_groups.get(k); in getMethodsThatBelongTo()40 result.addAll(m_groups.get(k)); in getMethodsThatBelongTo()
10 private String[] m_groups = {}; field in TestOrConfiguration20 return m_groups; in getGroups()40 m_groups = groups; in setGroups()