InstrumentationTestRunner.ReportKeyNumCurrent 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 sequence number of the current test.
[Android.Runtime.Register("REPORT_KEY_NUM_CURRENT")]
public const string ReportKeyNumCurrent;
[<Android.Runtime.Register("REPORT_KEY_NUM_CURRENT")>]
val mutable ReportKeyNumCurrent : string
Field Value
- Attributes
Remarks
If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies the sequence number of the current test. This is sent with any status message describing a specific test being started or completed.
Java documentation for android.test.InstrumentationTestRunner.REPORT_KEY_NUM_CURRENT
.
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.