다음을 통해 공유


PexSettingsAttributeBase.Owner Property

Definition

Owners for the generated tests if any and if supported by the test framework.

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

Property Value

List of owners for the generated tests.

Attributes

Applies to