Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java36 private Map<String, List<ITestNGMethod>> m_afterGroupsMap= null; field in ConfigurationGroupMethods
69 if(m_afterGroupsMap == null) { in isLastMethodForGroup()
70 m_afterGroupsMap= initializeAfterGroupsMap(); in isLastMethodForGroup()
73 List<ITestNGMethod> methodsInGroup= m_afterGroupsMap.get(group); in isLastMethodForGroup()