Searched refs:getAfterTestMethods (Results 1 – 12 of 12) sorted by relevance
48 m_afterTestMethods= testClass.getAfterTestMethods(); in NoOpTestClass()75 public ITestNGMethod[] getAfterTestMethods() { in getAfterTestMethods() method in NoOpTestClass
67 public ITestNGMethod[] getAfterTestMethods(Class cls) { in getAfterTestMethods() method in TestNGMethodFinder
182 testClass.setAfterTestMethod(clone(tc.getAfterTestMethods())); in clone()
1066 …final ITestNGMethod[] afterMethods = filterMethods(testClass, testClass.getAfterTestMethods(), CAN… in invokeTestMethods()
73 ITestNGMethod[] getAfterTestMethods(); in getAfterTestMethods() method
35 ITestNGMethod[] getAfterTestMethods(Class<?> cls); in getAfterTestMethods() method
176 .createTestMethodConfigurationMethods(m_testMethodFinder.getAfterTestMethods(m_testClass), in initMethods()
467 fixMethodsWithClass(tc.getAfterTestMethods(), tc, null); in initMethods()
120 public ITestNGMethod[] getAfterTestMethods() { in getAfterTestMethods() method in JUnitTestClass
143 public ITestNGMethod[] getAfterTestMethods(Class cls) { in getAfterTestMethods() method in JUnitMethodFinder
194 public ITestNGMethod[] getAfterTestMethods() { in getAfterTestMethods() method in MethodInstanceTest.TestClassStub
256 cls.getAfterTestMethods(), in generateClass()