Home
last modified time | relevance | path

Searched refs:m_afterGroupsMethods (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java30 private final Map<String, List<ITestNGMethod>> m_afterGroupsMethods; field in ConfigurationGroupMethods
44 m_afterGroupsMethods= afterGroupsMethods; in ConfigurationGroupMethods()
52 return m_afterGroupsMethods; in getAfterGroupsMethods()
125 return m_afterGroupsMethods; in getAfterGroupsMap()
138 m_afterGroupsMethods.remove(group); in removeAfterGroups()
DNoOpTestClass.java25 protected ITestNGMethod[] m_afterGroupsMethods= null; field in NoOpTestClass
46 m_afterGroupsMethods= testClass.getAfterGroupsMethods(); in NoOpTestClass()
136 return m_afterGroupsMethods; in getAfterGroupsMethods()
/external/testng/src/main/java/org/testng/
DTestClass.java165 m_afterGroupsMethods = ConfigurationMethod in initMethods()