Package | Description |
---|---|
org.testng | |
org.testng.internal.annotations |
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod)
This method will be invoked by TestNG to give you a chance
to modify a TestNG annotation read from your test classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITest |
Modifier and Type | Class and Description |
---|---|
class |
TestAnnotation
An implementation of ITest
Created on Dec 20, 2005
|
Modifier and Type | Method and Description |
---|---|
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
Class<?> cls) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
Constructor ctor) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
ITestNGMethod m) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
Method m) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) |
void |
IgnoreListener.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) |
Copyright © 2024. All rights reserved.