Searched refs:m_beforeGroupsMethods (Results 1 – 3 of 3) sorted by relevance
27 private final Map<String, List<ITestNGMethod>> m_beforeGroupsMethods; field in ConfigurationGroupMethods43 m_beforeGroupsMethods= beforeGroupsMethods; in ConfigurationGroupMethods()48 return m_beforeGroupsMethods; in getBeforeGroupsMethods()104 List<ITestNGMethod> methods= m_beforeGroupsMethods.get(group); in removeBeforeMethod()121 return m_beforeGroupsMethods; in getBeforeGroupsMap()131 m_beforeGroupsMethods.remove(group); in removeBeforeGroups()
24 protected ITestNGMethod[] m_beforeGroupsMethods= null; field in NoOpTestClass41 m_beforeGroupsMethods= testClass.getBeforeGroupsMethods(); in NoOpTestClass()128 return m_beforeGroupsMethods; in getBeforeGroupsMethods()
160 m_beforeGroupsMethods = ConfigurationMethod in initMethods()