Searched refs:getAfterGroupsMethods (Results 1 – 7 of 7) sorted by relevance
46 m_afterGroupsMethods= testClass.getAfterGroupsMethods(); in NoOpTestClass()135 public ITestNGMethod[] getAfterGroupsMethods() { in getAfterGroupsMethods() method in NoOpTestClass
51 public Map<String, List<ITestNGMethod>> getAfterGroupsMethods() { in getAfterGroupsMethods() method in ConfigurationGroupMethods
131 ITestNGMethod[] methods = before ? cls.getBeforeGroupsMethods() : cls.getAfterGroupsMethods(); in findGroupsMethods()
134 ITestNGMethod[] getAfterGroupsMethods(); in getAfterGroupsMethods() method
475 fixMethodsWithClass(tc.getAfterGroupsMethods(), tc, in initMethods()
171 public ITestNGMethod[] getAfterGroupsMethods() { in getAfterGroupsMethods() method in JUnitTestClass
234 public ITestNGMethod[] getAfterGroupsMethods() { in getAfterGroupsMethods() method in MethodInstanceTest.TestClassStub