TestSuiteBuilder.SuiteName Property

Definition

Subclasses use this method to determine the name of the suite.

protected virtual string? SuiteName { [Android.Runtime.Register("getSuiteName", "()Ljava/lang/String;", "GetGetSuiteNameHandler")] get; }
[<get: Android.Runtime.Register("getSuiteName", "()Ljava/lang/String;", "GetGetSuiteNameHandler")>]
member this.SuiteName : string

Property Value

The package and suite name combined.

Attributes

Remarks

Subclasses use this method to determine the name of the suite.

Java documentation for android.test.suitebuilder.TestSuiteBuilder.getSuiteName().

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