Searched refs:m_afterGroupsMethods (Results 1 – 3 of 3) sorted by relevance
30 private final Map<String, List<ITestNGMethod>> m_afterGroupsMethods; field in ConfigurationGroupMethods44 m_afterGroupsMethods= afterGroupsMethods; in ConfigurationGroupMethods()52 return m_afterGroupsMethods; in getAfterGroupsMethods()125 return m_afterGroupsMethods; in getAfterGroupsMap()138 m_afterGroupsMethods.remove(group); in removeAfterGroups()
25 protected ITestNGMethod[] m_afterGroupsMethods= null; field in NoOpTestClass46 m_afterGroupsMethods= testClass.getAfterGroupsMethods(); in NoOpTestClass()136 return m_afterGroupsMethods; in getAfterGroupsMethods()
165 m_afterGroupsMethods = ConfigurationMethod in initMethods()