Note: This API is now obsolete.
Interface for TestSummary type of IBuildInformationNode. To obtain an ITestSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
<ObsoleteAttribute("This class has been deprecated. Please remove all references.",  _
    False)> _
Public Interface ITestSummary
[ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)]
public interface ITestSummary
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.", 
    false)]
public interface class ITestSummary
[<ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)>]
type ITestSummary =  interface end
public interface ITestSummary
The ITestSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Id | Gets the ID of the underlying IBuildInformationNode of this test summary. | 
| .gif) | Name | Gets or sets the name of this test run. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | RunId | Gets or sets the ID of this test run. | 
| .gif) | RunPassed | Gets or sets a flag that describes the overall status of this test run. | 
| .gif) | RunUser | Gets or sets the user who initiated this test run. | 
| .gif) | TestsFailed | Gets or sets the number of tests that failed during this test run. | 
| .gif) | TestsInconclusive | Gets the number of tests that were not marked as passed or failed during the run. | 
| .gif) | TestsPassed | Gets or sets the number of tests that passed during the run. | 
| .gif) | TestsTotal | Gets or sets the total number of tests. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the test summary to the server. | 
Top