Share via


DescriptionAttribute 클래스

정의

테스트 사례 또는 픽스처에 대한 설명 텍스트를 제공하는 데 사용되는 특성입니다.

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class DescriptionAttribute : NUnit.Framework.PropertyAttribute
type DescriptionAttribute = class
    inherit PropertyAttribute
상속
특성

생성자

DescriptionAttribute(String)

설명 특성 생성

속성

Properties

이 특성의 속성 사전을 가져옵니다.

(다음에서 상속됨 PropertyAttribute)

메서드

ApplyToTest(Test)

테스트 사례 또는 픽스처에 대한 설명 텍스트를 제공하는 데 사용되는 특성입니다.

(다음에서 상속됨 PropertyAttribute)

적용 대상