共用方式為


PexSettingsAttributeBase.TestClassName Property

Definition

A named parameter that specifies the format string for the the test class name.

public:
 property System::String ^ TestClassName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue("{0}{1}")]
[System.ComponentModel.Description("Format string for creating test class name")]
public string TestClassName { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue("{0}{1}")>]
[<System.ComponentModel.Description("Format string for creating test class name")>]
member this.TestClassName : string with get, set
Public Property TestClassName As String

Property Value

The test class name's format string.

Attributes

Applies to