共用方式為


PexClassAttribute.Suite Property

Definition

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

Applies to