Propriedade ITestCaseResult.TestConfigurationName

Obtém o nome da configuração do teste que está atualmente sendo executada.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
ReadOnly Property TestConfigurationName As String
    Get
string TestConfigurationName { get; }
property String^ TestConfigurationName {
    String^ get ();
}
abstract TestConfigurationName : string
function get TestConfigurationName () : String

Valor de propriedade

Tipo: System.String
O nome da configuração do teste.

Segurança do .NET Framework

Consulte também

Referência

ITestCaseResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client