ITestResultParameter (Interfaz)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Representa los valores esperado y real de un parámetro durante una ejecución de pruebas.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Public Interface ITestResultParameter _
Inherits INotifyPropertyChanged
public interface ITestResultParameter : INotifyPropertyChanged
public interface class ITestResultParameter : INotifyPropertyChanged
type ITestResultParameter =
interface
interface INotifyPropertyChanged
end
public interface ITestResultParameter extends INotifyPropertyChanged
El tipo ITestResultParameter expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ActualValue | Obtiene el valor real de la propiedad. | |
ExpectedValue | Obtiene el valor esperado de la propiedad. | |
Name | Obtiene o establece el nombre de la propiedad. |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | Tiene lugar cuando cambia un valor de propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)