Annotation Type TestRetryAnalyzer.Config


  • @Retention(RUNTIME)
    public static @interface TestRetryAnalyzer.Config
    Configures the test retry mechanism.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int intervalMs  
      int retries  
    • Element Detail

      • intervalMs

        int intervalMs
        Returns:
        interval between retries in milliseconds
        Default:
        1000
      • retries

        int retries
        Returns:
        how many times to retry the test
        Default:
        3