InstrumentationTestRunner.ReportKeyNumTotal Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.