Partilhar via


Propriedade TestFinishedEventArgs.TestName

Obtém o nome do teste concluído.

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

Sintaxe

'Declaração
Public ReadOnly Property TestName As String
public string TestName { get; }
public:
property String^ TestName {
    String^ get ();
}
member TestName : string with get
function get TestName () : String

Valor de propriedade

Tipo: System.String
O nome do teste concluído.

Segurança do .NET Framework

Consulte também

Referência

TestFinishedEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting