Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a test result that has aggregated information from all test results in the associated test run.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TestMessage
    Microsoft.VisualStudio.TestTools.Common.TestResultMessage
      Microsoft.VisualStudio.TestTools.Common.TestResult
        Microsoft.VisualStudio.TestTools.Common.TestResultAggregation
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TestResultAggregation _
    Inherits TestResult
[SerializableAttribute]
public class TestResultAggregation : TestResult
[SerializableAttribute]
public ref class TestResultAggregation : public TestResult
[<SerializableAttribute>]
type TestResultAggregation =  
    class 
        inherit TestResult 
    end
public class TestResultAggregation extends TestResult
The TestResultAggregation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TestResultAggregation() | Initializes a new instance of the TestResultAggregation class. | 
| .gif) | TestResultAggregation(TestResult) | Initializes a new instance of the TestResultAggregation class by using the provided test result. | 
| .gif) | TestResultAggregation(TestResultAggregation) | Infrastructure. Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation. | 
| .gif) | TestResultAggregation(SerializationInfo, StreamingContext) | Initializes a new instance of the TestResultAggregation class from XML serialization. | 
| .gif) | TestResultAggregation(String, Guid, ITestElement) | Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test. | 
| .gif) | TestResultAggregation(ComputerInfo, Guid, ITestElement) | Obsolete. Initializes a new instance of the TestResultAggregation class by using the provided computer information, run ID, and test element. | 
| .gif) | TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) | Initializes a new instance of the TestResultAggregation class using the provided parameters. | 
| .gif) | TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) | Obsolete. Initializes a new instance of the TestResultAggregation class. | 
| .gif) | TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) | Initializes a new instance of the TestResultAggregation class. | 
| .gif) | TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) | Obsolete. Initializes a new instance of the TestResultAggregation class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CollectorDataEntries | Gets a read-only list of data entries that are provided by diagnostic data adapters during the test run. (Inherited from TestResult.) | 
| .gif) | ComputerName | Gets the name of the computer that executed the associated test run or test. (Inherited from TestResultMessage.) | 
| .gif) | Counters | Gets the aggregated counters for the test run. | 
| .gif) | CurrentTestIndex | Represents the index of the current test result in the array of test results, if this is an intermediate result instead of a final result. | 
| .gif) | DataCollectorMessages | Gets a read-only list of errors and warnings that are provided by diagnostic data adapters during the test. (Inherited from TestResult.) | 
| .gif) | DebugTrace | Gets or sets the debug trace information. (Inherited from TestResult.) | 
| .gif) | DisplayText | Gets the text for the summary line for the Results Grid in the user interface of Visual Studio Test Professional. (Overrides TestResultMessage.DisplayText.) | 
| .gif) | Duration | Gets or sets the time that was spent to execute the associated test or test run. (Inherited from TestResultMessage.) | 
| .gif) | EndTime | Gets or sets the time that the execution ended. (Inherited from TestResultMessage.) | 
| .gif) | ErrorInfo | Gets or sets information about the most recent error. (Inherited from TestResult.) | 
| .gif) | ErrorMessage | Gets or sets the most recent error message. (Inherited from TestResult.) | 
| .gif) | ErrorStackTrace | Gets or sets the stack trace information that precedes an error. (Inherited from TestResult.) | 
| .gif) | FailedCount | Gets the number of tests in this result that failed. | 
| .gif) | HasPassed | Gets a value that indicates whether the associated test for this test result successfully executed. (Inherited from TestResult.) | 
| .gif) | Id | Gets or sets the ID for this test result message. (Inherited from TestResultMessage.) | 
| .gif) | InnerResults | Gets an array of the individual test results for the tests that make up this aggregation. | 
| .gif) | IsRunLevel | Gets a value that indicates whether this result is for a test run and not for a test. (Inherited from TestResultMessage.) | 
| .gif) | LoadTestAgentNames | Gets a comma-delimited list of the names of machines where the associated load test is installed. (Inherited from TestResultMessage.) | 
| .gif) | LongText | Gets the value of the DisplayText property. (Inherited from TestResultMessage.) | 
| .gif) | MessageKind | Gets or sets the kind of test result message for this associated test result message. (Inherited from TestResultMessage.) | 
| .gif) | Outcome | Gets or sets an object by using details about the outcome of the associated test. (Inherited from TestResult.) | 
| .gif) | OutcomeText | Gets the outcome of the test as a string. (Inherited from TestResult.) | 
| .gif) | ResultFiles | Gets a read-only list of paths to the test result files that are sorted in ascending order. (Inherited from TestResult.) | 
| .gif) | SpoolMessage | Gets or sets a value that determines whether this message will be spooled into the persisted test results. (Inherited from TestResultMessage.) | 
| .gif) | StartTime | Gets or sets the time that the associated test run or test started. (Inherited from TestResultMessage.) | 
| .gif) | StdErr | Gets or sets the stderr data that is generated by the test. (Inherited from TestResult.) | 
| .gif) | StdOut | Gets or sets the stdout data that is generated by the test. (Inherited from TestResult.) | 
| .gif) | Storage | Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server. (Inherited from TestResultMessage.) | 
| .gif) | SystemException | Gets or sets the most recent exception that was encountered during the associated test run or test. (Inherited from TestResultMessage.) | 
| .gif) | Test | Gets or sets the associated test. (Inherited from TestResult.) | 
| .gif) | TestDescription | Gets the description of the test. (Inherited from TestResult.) | 
| .gif) | TestListCategoryId | Gets the ID of the list category for this test result. (Inherited from TestResult.) | 
| .gif) | TestListCategoryIdString | Gets the ID of the list category for this test result as a string. (Inherited from TestResult.) | 
| .gif) | TestName | Gets or sets the name of the associated test. (Inherited from TestResultMessage.) | 
| .gif) | TestResultsDirectory | Gets the absolute path of the folder on the server where this test result is stored. (Inherited from TestResult.) | 
| .gif) | TestRun | Gets the associated test run. (Inherited from TestResult.) | 
| .gif) | TestType | Gets or sets the type for the associated test. (Inherited from TestResultMessage.) | 
| .gif) | TextMessages | Gets an array of text messages in the test. (Inherited from TestResult.) | 
| .gif) | TimerResults | Gets or sets an array of timer results. (Inherited from TestResult.) | 
| .gif) | TraceInfo | Gets the trace information for the associated test. (Inherited from TestResult.) | 
| .gif) | VisibleProperties | Gets a collection of the properties in this test result message that will be visible in the user interface of Visual Studio Application Lifecycle Management (ALM). (Inherited from TestResultMessage.) | 
| .gif) | WorkItemIds | Gets a list of work item IDs that are associated with the test. (Inherited from TestResult.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddTextMessage | Adds a text message to this test result. (Inherited from TestResult.) | 
| .gif) | Clone | Returns a deep copy of this test result aggregation object by using the TestResultAggregation constructor method. (Overrides TestResult.Clone().) | 
| .gif) | Equals | Determines whether the provided object is equal to the current object. (Inherited from TestResultMessage.) | 
| .gif) | FillDataRow | Infrastructure. Fills the provided data row by using data from this aggregation. (Overrides TestResult.FillDataRow(DataRow).) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from TestResultMessage.) | 
| .gif) | GetObjectData | Populates the provided serialization information by using the data needed to serialize the target object. (Overrides TestResult.GetObjectData(SerializationInfo, StreamingContext).) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsValid | Determines whether this test result message is valid. (Inherited from TestResultMessage.) | 
| .gif) | Load | Loads an instance of this class from the provided XML element by using the provided parameters. (Overrides TestResult.Load(XmlElement, XmlTestStoreParameters).) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Save | Saves this object in the provided XML element. (Overrides TestResult.Save(XmlElement, XmlTestStoreParameters).) | 
| .gif) | ToString | Returns a string representation of this test result. (Inherited from TestResult.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | FailedCountPropertyName | Returns "FailedCount". | 
| .gif) | m_categoryId | Returns "categoryId". (Inherited from TestResult.) | 
| .gif) | m_counters | Infrastructure. Returns the value of the Counters property. | 
| .gif) | m_debugTrace | Returns "debugTrace". (Inherited from TestResult.) | 
| .gif) | m_duration | Infrastructure. Returns the value of the Duration property. (Inherited from TestResultMessage.) | 
| .gif) | m_endTime | Returns the value of the EndTime property. (Inherited from TestResultMessage.) | 
| .gif) | m_errorInfo | Returns "errorInfo". (Inherited from TestResult.) | 
| .gif) | m_exception | Returns the value of the SystemException property. (Inherited from TestResultMessage.) | 
| .gif) | m_id | Returns the value of the ID property. (Inherited from TestResultMessage.) | 
| .gif) | m_innerResults | Infrastructure. Returns the value of the InnerResults. | 
| .gif) | m_messageKind | Returns the value of the MessageKind property. (Inherited from TestResultMessage.) | 
| .gif) | m_outcome | Returns "outcome". (Inherited from TestResult.) | 
| .gif) | m_spoolMessage | Returns the value of the SpoolMessage property. (Inherited from TestResultMessage.) | 
| .gif) | m_startTime | Returns the value of the StartTime property. (Inherited from TestResultMessage.) | 
| .gif) | m_stdErr | Returns "stdErr". (Inherited from TestResult.) | 
| .gif) | m_stdOut | Returns "stdOut". (Inherited from TestResult.) | 
| .gif) | m_testName | Returns the value of the TestName property. (Inherited from TestResultMessage.) | 
| .gif) | m_testType | Returns the value of the TestType property. (Inherited from TestResultMessage.) | 
| .gif) | m_textMessages | Returns "textMessages". (Inherited from TestResult.) | 
| .gif) | m_timerResults | Returns "timerResults". (Inherited from TestResult.) | 
| .gif) | m_traceInfo | Returns "traceInfo". (Inherited from TestResult.) | 
| .gif) | m_workItemIds | Returns "workItemIds". (Inherited from TestResult.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.