Android.Test.FlakyTest Class
This annotation can be used on an NoType:android/test/InstrumentationTestCase;Href=../../../reference/android/test/InstrumentationTestCase.html's test methods.

See Also: FlakyTest Members

Syntax

[Android.Runtime.Register("android/test/FlakyTest", DoNotGenerateAcw=true)]
[System.Obsolete("Use IFlakyTest interface instead")]
public abstract class FlakyTest : Java.Lang.Object, Java.Lang.Annotation.IAnnotation, IDisposable

Remarks

This annotation can be used on an NoType:android/test/InstrumentationTestCase;Href=../../../reference/android/test/InstrumentationTestCase.html's test methods. When the annotation is present, the test method is re-executed if the test fails. The total number of executions is specified by the tolerance and defaults to 1.

[Android Documentation]

Requirements

Namespace: Android.Test
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1