PexAssemblySettingsAttribute.TestCopyright Property

Definition

Gets or sets the test copyright that is inserted into all generated test case files.

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

Property Value

The test copyright.

Attributes

Applies to