Searched refs:getBeforeSuiteMethods (Results 1 – 10 of 10) sorted by relevance
39 m_beforeSuiteMethods= testClass.getBeforeSuiteMethods(); in NoOpTestClass()104 public ITestNGMethod[] getBeforeSuiteMethods() { in getBeforeSuiteMethods() method in NoOpTestClass
72 public ITestNGMethod[] getBeforeSuiteMethods(Class cls) { in getBeforeSuiteMethods() method in TestNGMethodFinder
99 ITestNGMethod[] getBeforeSuiteMethods(); in getBeforeSuiteMethods() method
55 ITestNGMethod[] getBeforeSuiteMethods(Class<?> cls); in getBeforeSuiteMethods() method
131 .createSuiteConfigurationMethods(m_testMethodFinder.getBeforeSuiteMethods(m_testClass), in initMethods()
289 for (ITestNGMethod m : tr.getBeforeSuiteMethods()) { in privateRun()
224 public ITestNGMethod[] getBeforeSuiteMethods() { in getBeforeSuiteMethods() method in TestRunner469 fixMethodsWithClass(tc.getBeforeSuiteMethods(), tc, beforeSuiteMethods); in initMethods()
147 public ITestNGMethod[] getBeforeSuiteMethods() { in getBeforeSuiteMethods() method in JUnitTestClass
165 public ITestNGMethod[] getBeforeSuiteMethods(Class cls) { in getBeforeSuiteMethods() method in JUnitMethodFinder
209 public ITestNGMethod[] getBeforeSuiteMethods() { in getBeforeSuiteMethods() method in MethodInstanceTest.TestClassStub