Compartilhar via


TestCondition.Name Propriedade

 

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

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

Sintaxe

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Valor de propriedade

Type: System.String

Comentários

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

Consulte também

Classe TestCondition
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions

Retornar ao topo