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.
@Retention(RUNTIME) @Target(METHOD) public @interface BrokenTest