Package dalvik.annotation
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
-
Element Details
-
value
String valuePlain text reason for adding this annotation.
-