UrlToTestAttribute Class

Specifies the URL that should be requested to give context to the test. This class cannot be inherited.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _
Public NotInheritable Class UrlToTestAttribute _
    Inherits Attribute
'Usage
Dim instance As UrlToTestAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
public sealed class UrlToTestAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)]
public ref class UrlToTestAttribute sealed : public Attribute
public final class UrlToTestAttribute extends Attribute

Remarks

This attribute applies to methods. Only one instance of this attribute can exist for each method.

For more information about how to use attributes, see Extending Metadata Using Attributes.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UrlToTestAttribute Members

Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace

Other Resources

ASP.NET Unit Tests

How to: Create an ASP.NET Unit Test