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 ITestMethodFinder
public ITestNGMethod[] getBeforeClassMethods(Class cls)
getBeforeClassMethods
in interface ITestMethodFinder
public ITestNGMethod[] getAfterClassMethods(Class cls)
getAfterClassMethods
in interface ITestMethodFinder
public ITestNGMethod[] getBeforeTestMethods(Class cls)
getBeforeTestMethods
in interface ITestMethodFinder
public ITestNGMethod[] getAfterTestMethods(Class cls)
getAfterTestMethods
in interface ITestMethodFinder
public ITestNGMethod[] getBeforeSuiteMethods(Class cls)
getBeforeSuiteMethods
in interface ITestMethodFinder
public ITestNGMethod[] getAfterSuiteMethods(Class cls)
getAfterSuiteMethods
in interface ITestMethodFinder
public ITestNGMethod[] getBeforeTestConfigurationMethods(Class clazz)
getBeforeTestConfigurationMethods
in interface ITestMethodFinder
public ITestNGMethod[] getAfterTestConfigurationMethods(Class clazz)
getAfterTestConfigurationMethods
in interface ITestMethodFinder
public ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class clazz)
getBeforeGroupsConfigurationMethods
in interface ITestMethodFinder
public ITestNGMethod[] getAfterGroupsConfigurationMethods(Class clazz)
getAfterGroupsConfigurationMethods
in interface ITestMethodFinder
Copyright © 2024. All rights reserved.