Class FlakyTestRetryAnalyzer

java.lang.Object
io.trino.testng.services.FlakyTestRetryAnalyzer
All Implemented Interfaces:
org.testng.IRetryAnalyzer

public class FlakyTestRetryAnalyzer extends Object implements org.testng.IRetryAnalyzer
  • Constructor Details

    • FlakyTestRetryAnalyzer

      public FlakyTestRetryAnalyzer()
  • Method Details

    • retry

      public boolean retry(org.testng.ITestResult result)
      Specified by:
      retry in interface org.testng.IRetryAnalyzer