Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java124 synchronized public Map<String, List<ITestNGMethod>> getAfterGroupsMap() { in getAfterGroupsMap() method in ConfigurationGroupMethods
DInvoker.java903 Map<String, List<ITestNGMethod>> map = groupMethods.getAfterGroupsMap(); in invokeAfterGroupsConfigurations()