Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java27 private final Map<String, List<ITestNGMethod>> m_beforeGroupsMethods; field in ConfigurationGroupMethods
43 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()
DNoOpTestClass.java24 protected ITestNGMethod[] m_beforeGroupsMethods= null; field in NoOpTestClass
41 m_beforeGroupsMethods= testClass.getBeforeGroupsMethods(); in NoOpTestClass()
128 return m_beforeGroupsMethods; in getBeforeGroupsMethods()
/external/testng/src/main/java/org/testng/
DTestClass.java160 m_beforeGroupsMethods = ConfigurationMethod in initMethods()