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
Saves the test summary to the server.
Top
Properties
Name
Description
Gets the ID of the test summary's underlying IBuildInformationNode.
Gets or sets the name of the test run.
Gets or sets the ID of the test run.
Gets or sets the overall status of the test run. This property is true if all tests passed, false otherwise.
Gets or sets the user who initiated the test run.
Gets or sets the number of tests that failed during the run.
Gets or sets the number of tests that passed during the run.
Gets or sets the total number of tests.
Top