public interface ITestMethodFinder
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod[] |
getAfterClassMethods(Class<?> cls) |
ITestNGMethod[] |
getAfterGroupsConfigurationMethods(Class<?> testClass) |
ITestNGMethod[] |
getAfterSuiteMethods(Class<?> cls) |
ITestNGMethod[] |
getAfterTestConfigurationMethods(Class<?> testClass) |
ITestNGMethod[] |
getAfterTestMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeClassMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeGroupsConfigurationMethods(Class<?> testClass) |
ITestNGMethod[] |
getBeforeSuiteMethods(Class<?> cls) |
ITestNGMethod[] |
getBeforeTestConfigurationMethods(Class<?> testClass) |
ITestNGMethod[] |
getBeforeTestMethods(Class<?> cls) |
ITestNGMethod[] |
getTestMethods(Class<?> cls,
XmlTest xmlTest) |
ITestNGMethod[] getTestMethods(Class<?> cls, XmlTest xmlTest)
cls - The test classxmlTest - The test node of xmlITestNGMethod[] getBeforeTestMethods(Class<?> cls)
cls - The test classITestNGMethod[] getAfterTestMethods(Class<?> cls)
cls - The test classITestNGMethod[] getBeforeClassMethods(Class<?> cls)
cls - The test classITestNGMethod[] getAfterClassMethods(Class<?> cls)
cls - The test classITestNGMethod[] getBeforeSuiteMethods(Class<?> cls)
cls - The test classITestNGMethod[] getAfterSuiteMethods(Class<?> cls)
cls - The test classITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass)
Copyright © 2025. All rights reserved.