テストの実行結果に関して、特定の解決状態、最終結果、および結果の状態に該当するカウントを表します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Public Interface ITestRunStatistic
public interface ITestRunStatistic
public interface class ITestRunStatistic
type ITestRunStatistic = interface end
public interface ITestRunStatistic
ITestRunStatistic 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Count | このテスト統計のカウントを取得します。 |
![]() |
ResolutionState | このテスト統計の解決状態を取得します。 |
![]() |
ResultOutcome | このテスト統計の最終結果を取得します。 |
![]() |
ResultState | このテスト統計の結果の状態を取得します。 |
このページのトップへ