Konstruktor HostTypeAttribute — (String)
Inicjuje nowe wystąpienie HostTypeAttribute klasy.Jest to utworzone przy użyciu argumentu, który określa typ hosta, na którym uruchomiona jest ten test jednostki.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UnitTesting
Zestaw: Microsoft.VisualStudio.QualityTools.UnitTestFramework (w Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Składnia
'Deklaracja
Public Sub New ( _
hostType As String _
)
public HostTypeAttribute(
string hostType
)
public:
HostTypeAttribute(
String^ hostType
)
new :
hostType:string -> HostTypeAttribute
public function HostTypeAttribute(
hostType : String
)
Parametry
- hostType
Typ: System.String
Typ hosta, na którym uruchomiona jest ten test jednostki.
Uwagi
Standardowy typ hosta, który jest dołączony do Visual Studio 2005 jest ASP.NET.
Przykłady
[TestMethod()]
[HostType("ASP.NET")]
[UrlToTest("https://localhost:1371/webSite12")]
[AspNetDevelopmentServerHost("d:\\MyWebSite", "/MyWebSiteRoot")]
public void ConstructorTest()
{
object target = TestProject1.Class1Accessor.CreatePrivate();
Assert.Inconclusive("TODO: Implement code to verify target");
}
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przeciążenie HostTypeAttribute
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UnitTesting