Annotation Type KnownFailure


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface KnownFailure
    Marks a test case as a known failure. This means the underlying implementation should be fixed. Seems to be similar to @ToBeFixed, so maybe the two can be merged at some point.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Plain text reason for adding this annotation.
    • Element Detail

      • value

        String value
        Plain text reason for adding this annotation.