Interfaccia ITestResultParameter
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Rappresenta i valori previsti ed effettivi di un parametro durante un'esecuzione dei test.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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
Il tipo ITestResultParameter espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
ActualValue | Ottiene il valore effettivo della proprietà. | |
ExpectedValue | Ottiene il valore previsto della proprietà. | |
Name | Ottiene o imposta il nome della proprietà. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | Generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged) |
In alto
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client