Partilhar via


Propriedade TestStartingEventArgs.TestName

Obtém o nome do teste que está sendo iniciado.

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 que está sendo iniciado.

Segurança do .NET Framework

Consulte também

Referência

TestStartingEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting