Class RetryAnnotationTransformer

  • All Implemented Interfaces:
    org.testng.IAnnotationTransformer, org.testng.ITestNGListener

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

      • RetryAnnotationTransformer

        public RetryAnnotationTransformer()
    • Method Detail

      • transform

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