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 void
IAnnotationTransformer2. transform(IFactoryAnnotation annotation, 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 class
FactoryAnnotation
An implementation of IFactory Created on Dec 20, 2005Methods in org.testng.internal.annotations that return IFactoryAnnotation Modifier and Type Method Description static IFactoryAnnotation
AnnotationHelper. findFactory(IAnnotationFinder finder, Constructor c)
static IFactoryAnnotation
AnnotationHelper. findFactory(IAnnotationFinder finder, Method m)
-