Class RetryAnnotationTransformer

java.lang.Object
io.trino.testng.services.RetryAnnotationTransformer
All Implemented Interfaces:
org.testng.IAnnotationTransformer, org.testng.ITestNGListener

public class RetryAnnotationTransformer extends Object implements org.testng.IAnnotationTransformer
  • Constructor Details

    • RetryAnnotationTransformer

      public RetryAnnotationTransformer()
  • Method Details

    • transform

      public void transform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
      Specified by:
      transform in interface org.testng.IAnnotationTransformer