All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Annotation |
findAnnotationSuperClasses(Class<?> annotationClass,
Class c) |
static IConfigurationAnnotation |
findConfiguration(IAnnotationFinder finder,
Constructor ctor) |
static IConfigurationAnnotation |
findConfiguration(IAnnotationFinder finder,
Method m) |
static IFactoryAnnotation |
findFactory(IAnnotationFinder finder,
Constructor c) |
static IFactoryAnnotation |
findFactory(IAnnotationFinder finder,
Method m) |
static ITestNGMethod[] |
findMethodsWithAnnotation(Class<?> rootClass,
Class<? extends IAnnotation> annotationClass,
IAnnotationFinder annotationFinder,
XmlTest xmlTest)
Delegation method for creating the list of ITestMethod s to be
analysed.
|
static ITestAnnotation |
findTest(IAnnotationFinder finder,
Class<?> cls) |
static ITestAnnotation |
findTest(IAnnotationFinder finder,
Constructor ctor) |
static ITestAnnotation |
findTest(IAnnotationFinder finder,
ITestNGMethod m) |
static ITestAnnotation |
findTest(IAnnotationFinder finder,
Method m) |
static Class[] |
getAllAnnotations() |