Package io.trino.testng.services
Class RetryAnnotationTransformer
java.lang.Object
io.trino.testng.services.RetryAnnotationTransformer
- All Implemented Interfaces:
org.testng.IAnnotationTransformer,org.testng.ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
-
Constructor Details
-
RetryAnnotationTransformer
public RetryAnnotationTransformer()
-
-
Method Details
-
transform
public void transform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) - Specified by:
transformin interfaceorg.testng.IAnnotationTransformer
-