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