Annotation Type ToBeFixed


@Retention(RUNTIME)
@Target(METHOD)
public @interface ToBeFixed
Defines an annotation for test methods that indicate the test method need to be fixed in future.
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    String bug
    Specifies the related bug number on CTS bug tracking system.
    String explanation
    Specifies why this method need to be fixed.
  • Element Details

    • bug

      String bug
      Specifies the related bug number on CTS bug tracking system.
      Default:
      ""
    • explanation

      String explanation
      Specifies why this method need to be fixed. If we think it's a bug, explain the expectation and the actual result.
      Default:
      ""