Share via


InstrumentationTestRunner.ReportKeyNumTotal Field

Definition

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies the total number of tests that are being run.

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

Field Value

Attributes

Remarks

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies the total number of tests that are being run. This is sent with all status messages.

Java documentation for android.test.InstrumentationTestRunner.REPORT_KEY_NUM_TOTAL.

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