Class RepeatListener
java.lang.Object
com.atlassian.bamboo.testutils.testng.RepeatListener
- All Implemented Interfaces:
org.testng.IAnnotationTransformer
,org.testng.ITestNGListener
A simplified port of the
RepeatRule
for TestNG framework.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transform
(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testng.IAnnotationTransformer
transform, transform, transform, transform
-
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 interfaceorg.testng.IAnnotationTransformer
-