Package org.testng
Interface IAnnotationTransformer3
-
- All Superinterfaces:
IAnnotationTransformer
,IAnnotationTransformer2
,ITestNGListener
public interface IAnnotationTransformer3 extends IAnnotationTransformer2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(IListenersAnnotation annotation, Class testClass)
-
Methods inherited from interface org.testng.IAnnotationTransformer
transform
-
Methods inherited from interface org.testng.IAnnotationTransformer2
transform, transform, transform
-
-
-
-
Method Detail
-
transform
void transform(IListenersAnnotation annotation, Class testClass)
-
-