Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java33 private final ITestNGMethod[] m_allMethods; field in ConfigurationGroupMethods
42 m_allMethods= allMethods; in ConfigurationGroupMethods()
88 for(ITestNGMethod m : m_allMethods) { in initializeAfterGroupsMap()