다음을 통해 공유


AspNetDevelopmentServerAttribute 클래스

업데이트: 2007년 11월

테스트용 ASP.NET Development Server에서 사용해야 하는 설정을 지정합니다. 이는 주로 웹 서비스 단위 테스트에 사용됩니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
어셈블리:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

구문

<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True)> _
Public NotInheritable Class AspNetDevelopmentServerAttribute _
    Inherits Attribute

Dim instance As AspNetDevelopmentServerAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true)]
public sealed class AspNetDevelopmentServerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = true)]
public ref class AspNetDevelopmentServerAttribute sealed : public Attribute
public final class AspNetDevelopmentServerAttribute extends Attribute

설명

AspNetDevelopmentServerAttribute를 사용하여 테스트를 실행하면 ASP.NET Development Server 인스턴스가 시작됩니다. 그런 다음 TryUrlRedirection을 사용하여 웹 서비스 개체를 리디렉션하여 웹 참조에 정의된 서버 대신 해당 서버를 가리키도록 할 수 있습니다. 이 서버를 가리키도록 지정하면 웹 서비스 테스트를 실행할 때 ASP.NET Development Server 사이트가 알려진 URL에서 시작되도록 할 수 있습니다.

이 특성은 메서드를 대상으로 합니다. 이 특성의 여러 인스턴스를 메서드 하나에 적용할 수 있습니다.

특성을 사용하는 방법에 대한 자세한 내용은 특성을 사용하여 메타데이터 확장을 참조하십시오.

상속 계층 구조

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

AspNetDevelopmentServerAttribute 멤버

Microsoft.VisualStudio.TestTools.UnitTesting.Web 네임스페이스

기타 리소스

ASP.NET 단위 테스트 개요

방법: ASP.NET 단위 테스트 만들기