Compartir a través de


TestCaseEventArgs.TestCaseName (Propiedad)

Obtiene o establece el nombre del caso de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
Public Property TestCaseName As String
public string TestCaseName { get; private set; }
public:
property String^ TestCaseName {
    String^ get ();
    private: void set (String^ value);
}
member TestCaseName : string with get, private set
function get TestCaseName () : String
private function set TestCaseName (value : String)

Valor de propiedad

Tipo: System.String
Nombre del caso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestCaseEventArgs Clase

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

#ctor