Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.annotations |
Modifier and Type | Method and Description |
---|---|
default void |
IAnnotationTransformer.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.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 | Method and Description |
---|---|
private static boolean |
TestNGMethod.doesTestAnnotationHaveADataProvider(ITestAnnotation testAnnotation) |
private java.lang.String |
TestNGMethod.findDescription(ITestAnnotation testAnnotation,
XmlTest xmlTest) |
private static boolean |
Parameters.isDataProviderClassEmpty(ITestAnnotation annotation) |
private static boolean |
Parameters.isDataProviderNameEmpty(ITestAnnotation annotation) |
private static boolean |
ClassBasedParallelWorker.isSequential(ITestAnnotation test,
XmlTest xmlTest) |
private static IDataProvidable |
Parameters.merge(ITestAnnotation methodLevel,
ITestAnnotation classLevel) |
Modifier and Type | Interface and Description |
---|---|
interface |
ITest |
Modifier and Type | Class and Description |
---|---|
class |
TestAnnotation
An implementation of ITest
|
Modifier and Type | Method and Description |
---|---|
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
java.lang.Class<?> cls) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
ITestNGMethod m) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
java.lang.reflect.Method m) |
Modifier and Type | Method and Description |
---|---|
private static void |
IgnoreListener.ignoreTest(ITestAnnotation annotation,
Ignore ignore) |
private static void |
IgnoreListener.ignoreTestAtClass(java.lang.Class<?> clazz,
ITestAnnotation annotation) |
void |
DefaultAnnotationTransformer.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.Method testMethod) |
void |
IgnoreListener.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.Method testMethod) |
default void |
IAnnotationTransformer.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.Method testMethod,
java.lang.Class<?> occurringClazz) |
void |
DefaultAnnotationTransformer.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor cons,
java.lang.reflect.Method tm,
java.lang.Class<?> clazz) |
void |
IgnoreListener.transform(ITestAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor tc,
java.lang.reflect.Method testMethod,
java.lang.Class<?> clazz) |
private static void |
IgnoreListener.updateDescription(ITestAnnotation annotation,
Ignore ignore) |