PexAssemblySettingsAttribute.TestFramework Property

Definition

Gets or sets the test framework.

public:
 property System::String ^ TestFramework { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(null)]
public string TestFramework { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(null)>]
member this.TestFramework : string with get, set
Public Property TestFramework As String

Property Value

The test framework.

Attributes

Applies to