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)
ITestNGMethod[] getBeforeTestMethods(Class<?> cls)
ITestNGMethod[] getAfterTestMethods(Class<?> cls)
ITestNGMethod[] getBeforeClassMethods(Class<?> cls)
ITestNGMethod[] getAfterClassMethods(Class<?> cls)
ITestNGMethod[] getBeforeSuiteMethods(Class<?> cls)
ITestNGMethod[] getAfterSuiteMethods(Class<?> cls)
ITestNGMethod[] getBeforeTestConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class<?> testClass)
ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass)
Copyright © 2018. All rights reserved.