Compartir a través de


TestContext.CurrentTestOutcome (Propiedad)

Puede usar esta propiedad en un método TestCleanup para determinar el resultado de una prueba que se ha ejecutado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property CurrentTestOutcome As UnitTestOutcome
    Get
public virtual UnitTestOutcome CurrentTestOutcome { get; }
public:
virtual property UnitTestOutcome CurrentTestOutcome {
    UnitTestOutcome get ();
}
abstract CurrentTestOutcome : UnitTestOutcome
override CurrentTestOutcome : UnitTestOutcome
function get CurrentTestOutcome () : UnitTestOutcome

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome
UnitTestOutcome que indica el resultado de una prueba que se ha ejecutado.

Seguridad de .NET Framework

Vea también

Referencia

TestContext Clase

Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)