public class TestNGMethodFinder extends Object implements ITestMethodFinder
| Constructor and Description |
|---|
TestNGMethodFinder(RunInfo runInfo,
IAnnotationFinder annotationFinder) |
TestNGMethodFinder(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(RunInfo runInfo, IAnnotationFinder annotationFinder)
public TestNGMethodFinder(RunInfo runInfo, IAnnotationFinder annotationFinder, Comparator<ITestNGMethod> comparator)
public ITestNGMethod[] getTestMethods(Class<?> clazz, XmlTest xmlTest)
getTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeClassMethods(Class cls)
getBeforeClassMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterClassMethods(Class cls)
getAfterClassMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeTestMethods(Class cls)
getBeforeTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterTestMethods(Class cls)
getAfterTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeSuiteMethods(Class cls)
getBeforeSuiteMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterSuiteMethods(Class cls)
getAfterSuiteMethods in interface ITestMethodFinderpublic 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 © 2024. All rights reserved.