Partilhar via


Propriedade ExpectedExceptionBaseAttribute.TestContext

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext

Comentários

Fornece informações sobre e funcionalidade para o teste atual.

Segurança do .NET Framework

Consulte também

Referência

ExpectedExceptionBaseAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting