Compartilhar via


ITestPoint.TestCaseExists Propriedade

 

Obtém um valor que indica se a situação de teste atual existe no servidor.

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

Sintaxe

bool TestCaseExists { get; }
property bool TestCaseExists {
    bool get();
}
abstract TestCaseExists : bool with get
ReadOnly Property TestCaseExists As Boolean

Valor de propriedade

Type: System.Boolean

true se a situação de teste existir no servidor; caso contrário, false.

Consulte também

Interface ITestPoint
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo