PexSettingsAttributeBase.TestClassName Property
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.
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