Searched refs:getBeforeTestConfigurationMethods (Results 1 – 9 of 9) sorted by relevance
40 m_beforeTestConfMethods= testClass.getBeforeTestConfigurationMethods(); in NoOpTestClass()114 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in NoOpTestClass
82 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class clazz) { in getBeforeTestConfigurationMethods() method in TestNGMethodFinder
114 ITestNGMethod[] getBeforeTestConfigurationMethods(); in getBeforeTestConfigurationMethods() method
63 ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass); in getBeforeTestConfigurationMethods() method
141 … .createTestConfigurationMethods(m_testMethodFinder.getBeforeTestConfigurationMethods(m_testClass), in initMethods()
232 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in TestRunner471 fixMethodsWithClass(tc.getBeforeTestConfigurationMethods(), tc, beforeXmlTestMethods); in initMethods()654 ITestNGMethod[] testConfigurationMethods= getBeforeTestConfigurationMethods(); in beforeRun()
180 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in JUnitTestClass
175 public ITestNGMethod[] getBeforeTestConfigurationMethods(Class testClass) { in getBeforeTestConfigurationMethods() method in JUnitMethodFinder
219 public ITestNGMethod[] getBeforeTestConfigurationMethods() { in getBeforeTestConfigurationMethods() method in MethodInstanceTest.TestClassStub