TestTargetClass.Value Method

Definition

Specifies the class being tested.

[Android.Runtime.Register("value", "()Ljava/lang/Class;", "GetValueHandler")]
public abstract Java.Lang.Class? Value();
[<Android.Runtime.Register("value", "()Ljava/lang/Class;", "GetValueHandler")>]
abstract member Value : unit -> Java.Lang.Class

Returns

The class being tested.

Attributes

Remarks

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