public class AnnotationHelper extends Object
public static ITestAnnotation findTest(IAnnotationFinder finder, Class<?> cls)
public static ITestAnnotation findTest(IAnnotationFinder finder, Method m)
public static ITestAnnotation findTest(IAnnotationFinder finder, ITestNGMethod m)
public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Method m)
public static IFactoryAnnotation findFactory(IAnnotationFinder finder, Constructor c)
public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor)
public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m)
public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Constructor ctor)
public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Method m)
public static Class[] getAllAnnotations()
public static ITestNGMethod[] findMethodsWithAnnotation(Class<?> rootClass, Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest)
ITestMethod
s to be
analysed.public static <A extends Annotation> A findAnnotationSuperClasses(Class<A> annotationClass, Class parameterClass)
Copyright © 2024. All rights reserved.