Searched refs:getBeforeClassMethods (Results 1 – 11 of 11) sorted by relevance
42 m_beforeClassMethods= testClass.getBeforeClassMethods(); in NoOpTestClass()83 public ITestNGMethod[] getBeforeClassMethods() { in getBeforeClassMethods() method in NoOpTestClass
156 ITestNGMethod[] classMethods= testClass.getBeforeClassMethods(); in invokeBeforeClassMethods()179 testClass.getBeforeClassMethods(), in invokeBeforeClassMethods()
52 public ITestNGMethod[] getBeforeClassMethods(Class cls) { in getBeforeClassMethods() method in TestNGMethodFinder
83 ITestNGMethod[] getBeforeClassMethods(); in getBeforeClassMethods() method
42 ITestNGMethod[] getBeforeClassMethods(Class<?> cls); in getBeforeClassMethods() method
151 .createClassConfigurationMethods(m_testMethodFinder.getBeforeClassMethods(m_testClass), in initMethods()
465 fixMethodsWithClass(tc.getBeforeClassMethods(), tc, beforeClassMethods); in initMethods()
128 public ITestNGMethod[] getBeforeClassMethods() { in getBeforeClassMethods() method in JUnitTestClass
160 public ITestNGMethod[] getBeforeClassMethods(Class cls) { in getBeforeClassMethods() method in JUnitMethodFinder
199 public ITestNGMethod[] getBeforeClassMethods() { in getBeforeClassMethods() method in MethodInstanceTest.TestClassStub
254 cls.getBeforeClassMethods(), in generateClass()