public class TestNGMethodFinder extends Object implements ITestMethodFinder
| Constructor and Description |
|---|
TestNGMethodFinder(ITestObjectFactory objectFactory,
RunInfo runInfo,
IAnnotationFinder annotationFinder) |
TestNGMethodFinder(ITestObjectFactory objectFactory,
RunInfo runInfo,
IAnnotationFinder annotationFinder,
Comparator<ITestNGMethod> comparator) |
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod[] |
getAfterClassMethods(Class<?> cls) |
ITestNGMethod[] |
getAfterGroupsConfigurationMethods(Class<?> clazz) |
ITestNGMethod[] |
getAfterSuiteMethods(Class<?> cls) |
ITestNGMethod[] |
getAfterTestConfigurationMethods(Class<?> clazz) |
ITestNGMethod[] |
getAfterTestMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeClassMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeGroupsConfigurationMethods(Class<?> clazz) |
ITestNGMethod[] |
getBeforeSuiteMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeTestConfigurationMethods(Class<?> clazz) |
ITestNGMethod[] |
getBeforeTestMethods(Class<?> cls) |
ITestNGMethod[] |
getTestMethods(Class<?> clazz,
XmlTest xmlTest) |
public TestNGMethodFinder(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder)
public TestNGMethodFinder(ITestObjectFactory objectFactory, RunInfo runInfo, IAnnotationFinder annotationFinder, Comparator<ITestNGMethod> comparator)
public ITestNGMethod[] getTestMethods(Class<?> clazz, XmlTest xmlTest)
getTestMethods in interface ITestMethodFinderclazz - The test classxmlTest - The test node of xmlpublic ITestNGMethod[] getBeforeClassMethods(Class<?> cls)
getBeforeClassMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getAfterClassMethods(Class<?> cls)
getAfterClassMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getBeforeTestMethods(Class<?> cls)
getBeforeTestMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getAfterTestMethods(Class<?> cls)
getAfterTestMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getBeforeSuiteMethods(Class<?> cls)
getBeforeSuiteMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getAfterSuiteMethods(Class<?> cls)
getAfterSuiteMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> clazz)
getBeforeTestConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> clazz)
getAfterTestConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class<?> clazz)
getBeforeGroupsConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> clazz)
getAfterGroupsConfigurationMethods in interface ITestMethodFinderCopyright © 2025. All rights reserved.