Annotation Type Flaky

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String issue
      Deprecated.
       
      String match
      Deprecated.
      A test is retried when it fails with a stacktrace, which string representation matches given regular expression.
    • Element Detail

      • issue

        String issue
        Deprecated.
      • match

        String match
        Deprecated.
        A test is retried when it fails with a stacktrace, which string representation matches given regular expression. The pattern is searched for, as if Matcher.find() was used.