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

See Also: IFlakyTest Members

Syntax

[Android.Runtime.Register("android/test/FlakyTest", "", "Android.Test.IFlakyTestInvoker")]
public interface IFlakyTest : 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