Package | Description |
---|---|
org.testng | |
org.testng.internal.annotations |
Modifier and Type | Interface and Description |
---|---|
interface |
IAnnotationTransformer2
Deprecated.
As of release 7.0.0, replaced by
IAnnotationTransformer |
interface |
IAnnotationTransformer3
Deprecated.
As of release 7.0.0, replaced by
IAnnotationTransformer |
Modifier and Type | Field and Description |
---|---|
private IAnnotationTransformer |
TestNG.m_annotationTransformer |
private IAnnotationTransformer |
TestNG.m_defaultAnnoProcessor |
Modifier and Type | Method and Description |
---|---|
IAnnotationTransformer |
TestNG.getAnnotationTransformer() |
Modifier and Type | Method and Description |
---|---|
private void |
TestNG.setAnnotationTransformer(IAnnotationTransformer t) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAnnotationTransformer
For backward compatibility.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAnnotationTransformer |
class |
IgnoreListener |
Modifier and Type | Field and Description |
---|---|
private IAnnotationTransformer |
JDK15AnnotationFinder.m_transformer |
Constructor and Description |
---|
JDK15AnnotationFinder(IAnnotationTransformer transformer) |