다음을 통해 공유


TestDescriptionAttribute 생성자

TestDescriptionAttribute 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Sub New ( _
    testDescription As String _
)
public TestDescriptionAttribute(
    string testDescription
)
public:
TestDescriptionAttribute(
    String^ testDescription
)
new : 
        testDescription:string -> TestDescriptionAttribute
public function TestDescriptionAttribute(
    testDescription : String
)

매개 변수

  • testDescription
    형식: String

    테스트에 대한 간략한 설명입니다.

설명

TestDescription 속성에 대한 기본값은 없습니다. 이 속성은 특성을 사용하여 설정해야 합니다.

.NET Framework 보안

참고 항목

참조

TestDescriptionAttribute 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스