public class JUnitMethodFinder extends Object implements ITestMethodFinder
| Constructor and Description |
|---|
JUnitMethodFinder(String testName,
org.testng.internal.annotations.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(String testName, org.testng.internal.annotations.IAnnotationFinder finder)
public ITestNGMethod[] getTestMethods(Class cls, XmlTest xmlTest)
getTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeTestMethods(Class cls)
getBeforeTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterTestMethods(Class cls)
getAfterTestMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterClassMethods(Class cls)
getAfterClassMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeClassMethods(Class cls)
getBeforeClassMethods in interface ITestMethodFinderpublic ITestNGMethod[] getBeforeSuiteMethods(Class cls)
getBeforeSuiteMethods in interface ITestMethodFinderpublic ITestNGMethod[] getAfterSuiteMethods(Class cls)
getAfterSuiteMethods in interface ITestMethodFinderpublic 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 © 2016. All Rights Reserved.