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