public class JUnitMethodFinder extends Object implements ITestMethodFinder
| Constructor and Description |
|---|
JUnitMethodFinder(ITestObjectFactory objectFactory,
IAnnotationFinder finder) |
| 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) |
public JUnitMethodFinder(ITestObjectFactory objectFactory, IAnnotationFinder finder)
public ITestNGMethod[] getTestMethods(Class<?> cls, XmlTest xmlTest)
getTestMethods in interface ITestMethodFindercls - The test classxmlTest - The test node of xmlpublic ITestNGMethod[] getBeforeTestMethods(Class<?> cls)
getBeforeTestMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getAfterTestMethods(Class<?> cls)
getAfterTestMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getAfterClassMethods(Class<?> cls)
getAfterClassMethods in interface ITestMethodFindercls - The test classpublic ITestNGMethod[] getBeforeClassMethods(Class<?> cls)
getBeforeClassMethods 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<?> testClass)
getBeforeTestConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterTestConfigurationMethods(Class<?> testClass)
getAfterTestConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeGroupsConfigurationMethods(Class<?> testClass)
getBeforeGroupsConfigurationMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterGroupsConfigurationMethods(Class<?> testClass)
getAfterGroupsConfigurationMethods in interface ITestMethodFinderCopyright © 2025. All rights reserved.