PexMethodUnderTestAttribute.MethodUnderTest Property

Definition

Gets the member under test

public:
 property System::String ^ MethodUnderTest { System::String ^ get(); };
public string MethodUnderTest { get; }
member this.MethodUnderTest : string
Public ReadOnly Property MethodUnderTest As String

Property Value

Gets the Method under test's name

Applies to