Package dalvik.annotation
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 StringbugSpecifies the related bug number on CTS bug tracking system.StringexplanationSpecifies why this method need to be fixed.
-
Element Details
-
bug
String bugSpecifies the related bug number on CTS bug tracking system.- Default:
- ""
-
explanation
String explanationSpecifies why this method need to be fixed. If we think it's a bug, explain the expectation and the actual result.- Default:
- ""
-