ITestResultParameter 介面
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
表示測試執行期間之參數的預期和實際值。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
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
ITestResultParameter 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ActualValue | 取得屬性的實際值。 | |
ExpectedValue | 取得屬性的預期值。 | |
Name | 取得或設定屬性的名稱。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首