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

See Also: IUiThreadTest Members

Syntax

[Android.Runtime.Register("android/test/UiThreadTest", "", "Android.Test.IUiThreadTestInvoker")]
public interface IUiThreadTest : 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 executed on the application's main thread (or UI thread.) Note that instrumentation methods may not be used when this annotation is present.

[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