Propriedade TestCondition.Name

Obtém ou define o nome da condição de teste.

Namespace:  Microsoft.Data.Schema.UnitTesting.Conditions
Assembly:  Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)

Sintaxe

'Declaração
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propriedade

Tipo: System.String

Comentários

Este é o nome da condição de teste no código. Esse nome é fornecido na notificação de falha de teste se o teste falhar.

Segurança do .NET Framework

Consulte também

Referência

TestCondition Classe

Namespace Microsoft.Data.Schema.UnitTesting.Conditions