Uses of Interface
org.testng.annotations.IFactoryAnnotation
-
Packages that use IFactoryAnnotation Package Description org.testng org.testng.internal.annotations -
-
Uses of IFactoryAnnotation in org.testng
Methods in org.testng with parameters of type IFactoryAnnotation Modifier and Type Method Description default voidIAnnotationTransformer. transform(IFactoryAnnotation annotation, java.lang.reflect.Method method)Transform an IFactory annotation. -
Uses of IFactoryAnnotation in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IFactoryAnnotation Modifier and Type Class Description classFactoryAnnotationAn implementation of IFactoryMethods in org.testng.internal.annotations that return IFactoryAnnotation Modifier and Type Method Description static IFactoryAnnotationAnnotationHelper. findFactory(IAnnotationFinder finder, java.lang.reflect.Constructor<?> c)static IFactoryAnnotationAnnotationHelper. findFactory(IAnnotationFinder finder, java.lang.reflect.Method m)
-