Annotation Type BrokenTest


@Retention(RUNTIME)
@Target(METHOD)
public @interface BrokenTest
Marks a test case as broken. This means the test case should be fixed.
  • Required Element Summary

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

    • value

      String value
      Plain text reason for adding this annotation.