Android.Test.IsolatedContext Class
A mock context which prevents its users from talking to the rest of the device while stubbing enough methods to satify code that tries to talk to other packages.

See Also: IsolatedContext Members

Syntax

[Android.Runtime.Register("android/test/IsolatedContext", DoNotGenerateAcw=true)]
public class IsolatedContext : Android.Content.ContextWrapper

Remarks

A mock context which prevents its users from talking to the rest of the device while stubbing enough methods to satify code that tries to talk to other packages.

[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