Package | Description |
---|---|
org.testng.annotations | |
org.testng.internal | |
org.testng.internal.annotations |
Modifier and Type | Interface and Description |
---|---|
interface |
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotation
Created on Dec 20, 2005
|
interface |
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.
|
Modifier and Type | Method and Description |
---|---|
private static IDataProvidable |
Parameters.findDataProviderInfo(ITestClass clazz,
ConstructorOrMethod m,
IAnnotationFinder finder)
Find the data provider info (data provider name and class) on either @Test(dataProvider),
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITest |
Modifier and Type | Class and Description |
---|---|
class |
FactoryAnnotation
An implementation of IFactory
Created on Dec 20, 2005
|
class |
TestAnnotation
An implementation of ITest
Created on Dec 20, 2005
|