PexSettingsAttributeBase.Owner 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.
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