Class RepeatListener

java.lang.Object
com.atlassian.bamboo.testutils.testng.RepeatListener
All Implemented Interfaces:
org.testng.IAnnotationTransformer, org.testng.ITestNGListener

public class RepeatListener extends Object implements org.testng.IAnnotationTransformer
A simplified port of the RepeatRule for TestNG framework.
  • Constructor Details

    • RepeatListener

      public RepeatListener()
  • 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