Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
ConstructorOrMethod |
ITestNGMethod.getConstructorOrMethod() |
Modifier and Type | Field and Description |
---|---|
protected ConstructorOrMethod |
BaseTestMethod.m_method |
Modifier and Type | Method and Description |
---|---|
static ConstructorOrMethod |
ClassHelper.findDeclaredFactoryMethod(Class<?> cls,
IAnnotationFinder finder)
For the given class, returns the method annotated with @Factory or null
if none is found.
|
ConstructorOrMethod |
BaseTestMethod.getConstructorOrMethod() |
ConstructorOrMethod |
ClonedMethod.getConstructorOrMethod() |
Constructor and Description |
---|
BaseTestMethod(String methodName,
ConstructorOrMethod com,
IAnnotationFinder annotationFinder,
Object instance) |
ConfigurationMethod(ConstructorOrMethod com,
IAnnotationFinder annotationFinder,
boolean isBeforeSuite,
boolean isAfterSuite,
boolean isBeforeTest,
boolean isAfterTest,
boolean isBeforeClass,
boolean isAfterClass,
boolean isBeforeMethod,
boolean isAfterMethod,
String[] beforeGroups,
String[] afterGroups,
Object instance) |
FactoryMethod(ConstructorOrMethod com,
Object instance,
XmlTest xmlTest,
IAnnotationFinder annotationFinder,
ITestContext testContext) |
Copyright © 2016. All rights reserved.