ITestSummary Members

Include Protected Members
Include Inherited Members

This interface is a helper interface for IBuildInformationNode of type "TestSummary". To obtain an ITestSummary, use the InformationNodeConverters class.

The ITestSummary type exposes the following members.

Methods

 

Name

Description

Public method

Save

Saves the test summary to the server.

Top

Properties

 

Name

Description

Public property

Id

Gets the ID of the test summary's underlying IBuildInformationNode.

Public property

Name

Gets or sets the name of the test run.

Public property

RunId

Gets or sets the ID of the test run.

Public property

RunPassed

Gets or sets the overall status of the test run. This property is true if all tests passed, false otherwise.

Public property

RunUser

Gets or sets the user who initiated the test run.

Public property

TestsFailed

Gets or sets the number of tests that failed during the run.

Public property

TestsPassed

Gets or sets the number of tests that passed during the run.

Public property

TestsTotal

Gets or sets the total number of tests.

Top

See Also

Reference

ITestSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace