PexMethodUnderTestAttribute.MethodUnderTest 属性

定义

获取待测试成员

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

属性值

String

获取测试的名称下的方法

适用于