TestClassAttribute 클래스
업데이트: 2007년 11월
테스트 메서드가 포함된 클래스를 식별하는 데 사용됩니다. 이 클래스는 상속될 수 없습니다.
네임스페이스: Microsoft.VisualStudio.TestTools.UnitTesting
어셈블리: Microsoft.VisualStudio.SmartDevice.UnitTestFramework(Microsoft.VisualStudio.SmartDevice.UnitTestFramework.dll)
구문
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False)> _
Public NotInheritable Class TestClassAttribute _
Inherits Attribute
Dim instance As TestClassAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public sealed class TestClassAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false)]
public ref class TestClassAttribute sealed : public Attribute
public final class TestClassAttribute extends Attribute
설명
TestMethodAttribute로 표시된 테스트 메서드를 포함한 클래스가 TestClassAttribute로 표시되어 있지 않으면 이 테스트 메서드를 사용할 수 없습니다. TestClassAttribute가 없는 테스트 클래스는 유효하지 않습니다.
이 특성은 클래스에 지정할 수 있습니다. 이 특성의 인스턴스를 하나만 클래스에 적용할 수 있습니다.
이 특성은 생성된 코드에 기본적으로 사용됩니다.
특성을 사용하는 방법에 대한 자세한 내용은 특성을 사용하여 메타데이터 확장을 참조하십시오.
상속 계층 구조
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.