PexClassAttribute.Suite 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.
Gets or sets the fixture suite.
public:
property System::String ^ Suite { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Filters")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("Test suite of the fixture")]
public string Suite { get; set; }
[<System.ComponentModel.Category("Filters")>]
[<System.ComponentModel.DefaultValue(null)>]
[<System.ComponentModel.Description("Test suite of the fixture")>]
member this.Suite : string with get, set
Public Property Suite As String
Property Value
The suite.
- Attributes