InstrumentationTestRunner.ReportKeyStack Field

Definition

If included in the status bundle sent to an IInstrumentationWatcher, this key identifies a stack trace describing an error or failure.

[Android.Runtime.Register("REPORT_KEY_STACK")]
public const string ReportKeyStack;
[<Android.Runtime.Register("REPORT_KEY_STACK")>]
val mutable ReportKeyStack : string

Field Value

Attributes

Remarks

If included in the status bundle sent to an IInstrumentationWatcher, this key identifies a stack trace describing an error or failure. This is sent with any status message describing a specific test being completed.

Java documentation for android.test.InstrumentationTestRunner.REPORT_KEY_STACK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to