Propriedade DatabaseTestClass.TestContext
Obtém ou define o contexto de teste que é usado pela infra-estrutura de teste.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Property TestContext As TestContext
Get
Set
[BrowsableAttribute(false)]
public TestContext TestContext { get; set; }
[BrowsableAttribute(false)]
public:
property TestContext^ TestContext {
TestContext^ get ();
void set (TestContext^ value);
}
[<BrowsableAttribute(false)>]
member TestContext : TestContext with get, set
function get TestContext () : TestContext
function set TestContext (value : TestContext)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
A TestContext objeto.
Comentários
O contexto de teste é definido pela infra-estrutura de teste para fornecer a cada teste que é executado com acesso ao contexto no qual o teste é executado. O contexto é também disponibilizado durante a inicialização de teste e a limpeza.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.