Searched refs:getAfterTestConfigurationMethods (Results 1 – 9 of 9) sorted by relevance
45 m_afterTestConfMethods= testClass.getAfterTestConfigurationMethods(); in NoOpTestClass()119 public ITestNGMethod[] getAfterTestConfigurationMethods() { in getAfterTestConfigurationMethods() method in NoOpTestClass
87 public ITestNGMethod[] getAfterTestConfigurationMethods(Class clazz) { in getAfterTestConfigurationMethods() method in TestNGMethodFinder
122 ITestNGMethod[] getAfterTestConfigurationMethods(); in getAfterTestConfigurationMethods() method
65 ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> testClass); in getAfterTestConfigurationMethods() method
146 … .createTestConfigurationMethods(m_testMethodFinder.getAfterTestConfigurationMethods(m_testClass), in initMethods()
236 public ITestNGMethod[] getAfterTestConfigurationMethods() { in getAfterTestConfigurationMethods() method in TestRunner472 fixMethodsWithClass(tc.getAfterTestConfigurationMethods(), tc, afterXmlTestMethods); in initMethods()1010 ITestNGMethod[] testConfigurationMethods= getAfterTestConfigurationMethods(); in afterRun()
188 public ITestNGMethod[] getAfterTestConfigurationMethods() { in getAfterTestConfigurationMethods() method in JUnitTestClass
180 public ITestNGMethod[] getAfterTestConfigurationMethods(Class testClass) { in getAfterTestConfigurationMethods() method in JUnitMethodFinder
224 public ITestNGMethod[] getAfterTestConfigurationMethods() { in getAfterTestConfigurationMethods() method in MethodInstanceTest.TestClassStub