Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DConfigurationGroupMethods.java60 public synchronized boolean isLastMethodForGroup(String group, ITestNGMethod method) { in isLastMethodForGroup() method in ConfigurationGroupMethods
DInvoker.java889 if (groupMethods.isLastMethodForGroup(group, currentTestMethod)) { in invokeAfterGroupsConfigurations()