Udostępnij za pośrednictwem


Właściwość ExpectedExceptionBaseAttribute.TestContext —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UnitTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (w Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Składnia

'Deklaracja
Protected Friend Property TestContext As TestContext
protected internal TestContext TestContext { get; internal set; }
protected public:
property TestContext^ TestContext {
    TestContext^ get ();
    internal: void set (TestContext^ value);
}
member TestContext : TestContext with get, internal set
function get TestContext () : TestContext
internal function set TestContext (value : TestContext)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext

Uwagi

Udostępnia informacje i funkcje dla bieżącego badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ExpectedExceptionBaseAttribute Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UnitTesting