Searched refs:getBeforeTestMethods (Results 1 – 12 of 12) sorted by relevance
43 m_beforeTestMethods= testClass.getBeforeTestMethods(); in NoOpTestClass()91 public ITestNGMethod[] getBeforeTestMethods() { in getBeforeTestMethods() method in NoOpTestClass
62 public ITestNGMethod[] getBeforeTestMethods(Class cls) { in getBeforeTestMethods() method in TestNGMethodFinder
181 testClass.setBeforeTestMethods(clone(tc.getBeforeTestMethods())); in clone()
1065 …final ITestNGMethod[] beforeMethods = filterMethods(testClass, testClass.getBeforeTestMethods(), C… in invokeTestMethods()
65 ITestNGMethod[] getBeforeTestMethods(); in getBeforeTestMethods() method
29 ITestNGMethod[] getBeforeTestMethods(Class<?> cls); in getBeforeTestMethods() method
171 … .createTestMethodConfigurationMethods(m_testMethodFinder.getBeforeTestMethods(m_testClass), in initMethods()
466 fixMethodsWithClass(tc.getBeforeTestMethods(), tc, null); in initMethods()
112 public ITestNGMethod[] getBeforeTestMethods() { in getBeforeTestMethods() method in JUnitTestClass
131 public ITestNGMethod[] getBeforeTestMethods(Class cls) { in getBeforeTestMethods() method in JUnitMethodFinder
189 public ITestNGMethod[] getBeforeTestMethods() { in getBeforeTestMethods() method in MethodInstanceTest.TestClassStub
255 cls.getBeforeTestMethods(), in generateClass()