Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java120 synchronized public Map<String, List<ITestNGMethod>> getBeforeGroupsMap() { in getBeforeGroupsMap() method in ConfigurationGroupMethods
DInvoker.java841 Map<String, List<ITestNGMethod>> beforeGroupMap = groupMethods.getBeforeGroupsMap(); in invokeBeforeGroupsConfigurations()