Package dalvik.annotation
Annotation Type KnownFailure
-
@Retention(RUNTIME) @Target(METHOD) public @interface KnownFailure
Marks a test case as a known failure. This means the underlying implementation should be fixed. Seems to be similar to@ToBeFixed, so maybe the two can be merged at some point.
-
-
Element Detail
-
value
String value
Plain text reason for adding this annotation.
-
-