| Package | Description |
|---|---|
| org.testng.annotations | |
| org.testng.internal.annotations |
| Modifier and Type | Interface | 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 | Interface | Description |
|---|---|---|
interface |
ITest |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FactoryAnnotation |
An implementation of IFactory
Created on Dec 20, 2005
|
class |
TestAnnotation |
An implementation of ITest
Created on Dec 20, 2005
|