Compartilhar via


Propriedade TestRunConfiguration.SkipUnhostableTests

Obtém ou define um valor Boolean que indica se os testes que não possuem nenhum host devem ser ignorados.

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

Sintaxe

'Declaração
Public Property SkipUnhostableTests As Boolean
    Get
    Set
public bool SkipUnhostableTests { get; set; }
public:
property bool SkipUnhostableTests {
    bool get ();
    void set (bool value);
}
member SkipUnhostableTests : bool with get, set
function get SkipUnhostableTests () : boolean
function set SkipUnhostableTests (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se os testes sem um host devem ser ignorados; Caso contrário.false.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common