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 com)
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 Annotation findAnnotationSuperClasses(Class<?> annotationClass, Class parameterClass)
Copyright © 2017. All rights reserved.