Package jetbrains.buildServer
Class FlakyTestRetry
- java.lang.Object
-
- jetbrains.buildServer.FlakyTestRetry
-
- All Implemented Interfaces:
org.testng.IRetryAnalyzer
public class FlakyTestRetry extends Object implements org.testng.IRetryAnalyzer
This class can be used to retry a failed test. It can be useful for flaky tests which are failing for an unknown reason. Example of the usage:
@Test(retryAnalyzer = FlakyTestRetry.class)
-
-
Constructor Summary
Constructors Constructor Description FlakyTestRetry()
-