Searched refs:getBeforeGroupsMethods (Results 1 – 7 of 7) sorted by relevance
41 m_beforeGroupsMethods= testClass.getBeforeGroupsMethods(); in NoOpTestClass()127 public ITestNGMethod[] getBeforeGroupsMethods() { in getBeforeGroupsMethods() method in NoOpTestClass
47 public Map<String, List<ITestNGMethod>> getBeforeGroupsMethods() { in getBeforeGroupsMethods() method in ConfigurationGroupMethods
131 ITestNGMethod[] methods = before ? cls.getBeforeGroupsMethods() : cls.getAfterGroupsMethods(); in findGroupsMethods()
128 ITestNGMethod[] getBeforeGroupsMethods(); in getBeforeGroupsMethods() method
473 fixMethodsWithClass(tc.getBeforeGroupsMethods(), tc, in initMethods()
163 public ITestNGMethod[] getBeforeGroupsMethods() { in getBeforeGroupsMethods() method in JUnitTestClass
229 public ITestNGMethod[] getBeforeGroupsMethods() { in getBeforeGroupsMethods() method in MethodInstanceTest.TestClassStub