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 IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m)
public static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Method m)
public static List<Class<? extends IAnnotation>> getAllAnnotations()
public static ITestNGMethod[] findMethodsWithAnnotation(ITestObjectFactory objectFactory, Class<?> rootClass, Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder, XmlTest xmlTest)
public static <A extends Annotation> A findAnnotationSuperClasses(Class<A> annotationClass, Class<?> parameterClass)
Copyright © 2025. All rights reserved.