Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultAggregation Class

 

Represents a test result that has aggregated information from all test results in the associated test run.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)


[SerializableAttribute]
public ref class TestResultAggregation : TestResult

NameDescription
System_CAPS_protmethodTestResultAggregation()

Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^)

Obsolete.Initializes a new instance of the TestResultAggregation class by using the provided computer information, run ID, and test element.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^)

Obsolete.Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^, Int32)

Obsolete.Initializes a new instance of the TestResultAggregation class.

System_CAPS_protmethodTestResultAggregation(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestResultAggregation class from XML serialization.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^)

Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^)

Initializes a new instance of the TestResultAggregation class using the provided parameters.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^, Int32)

Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(TestResult^)

Initializes a new instance of the TestResultAggregation class by using the provided test result.

System_CAPS_protmethodTestResultAggregation(TestResultAggregation^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation.

NameDescription
System_CAPS_pubpropertyCollectorDataEntries

Gets a read-only list of data entries that are provided by diagnostic data adapters during the test run.(Inherited from TestResult.)

System_CAPS_pubpropertyComputerName

Gets the name of the computer that executed the associated test run or test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyCounters

Gets the aggregated counters for the test run.

System_CAPS_pubpropertyCurrentTestIndex

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.

System_CAPS_pubpropertyDataCollectorMessages

Gets a read-only list of errors and warnings that are provided by diagnostic data adapters during the test.(Inherited from TestResult.)

System_CAPS_pubpropertyDebugTrace

Gets or sets the debug trace information.(Inherited from TestResult.)

System_CAPS_pubpropertyDisplayText

Gets the text for the summary line for the Results Grid in the user interface of Visual Studio Test Professional.(Overrides TestResultMessage::DisplayText.)

System_CAPS_pubpropertyDuration

Gets or sets the time that was spent to execute the associated test or test run.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyEndTime

Gets or sets the time that the execution ended.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyErrorInfo

Gets or sets information about the most recent error.(Inherited from TestResult.)

System_CAPS_pubpropertyErrorMessage

Gets or sets the most recent error message.(Inherited from TestResult.)

System_CAPS_pubpropertyErrorStackTrace

Gets or sets the stack trace information that precedes an error.(Inherited from TestResult.)

System_CAPS_pubpropertyFailedCount

Gets the number of tests in this result that failed.

System_CAPS_pubpropertyHasPassed

Gets a value that indicates whether the associated test for this test result successfully executed.(Inherited from TestResult.)

System_CAPS_pubpropertyId

Gets or sets the ID for this test result message.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyInnerResults

Gets an array of the individual test results for the tests that make up this aggregation.

System_CAPS_pubpropertyIsRunLevel

Gets a value that indicates whether this result is for a test run and not for a test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyLongText

Gets the value of the DisplayText property.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyMessageKind

Gets or sets the kind of test result message for this associated test result message.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyOutcome

Gets or sets an object by using details about the outcome of the associated test.(Inherited from TestResult.)

System_CAPS_pubpropertyOutcomeText

Gets the outcome of the test as a string.(Inherited from TestResult.)

System_CAPS_pubpropertyResultFiles

Gets a read-only list of paths to the test result files that are sorted in ascending order.(Inherited from TestResult.)

System_CAPS_pubpropertySpoolMessage

Gets or sets a value that determines whether this message will be spooled into the persisted test results.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyStartTime

Gets or sets the time that the associated test run or test started.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyStdErr

Gets or sets the stderr data that is generated by the test.(Inherited from TestResult.)

System_CAPS_pubpropertyStdOut

Gets or sets the stdout data that is generated by the test.(Inherited from TestResult.)

System_CAPS_pubpropertyStorage

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.)

System_CAPS_pubpropertySystemException

Gets or sets the most recent exception that was encountered during the associated test run or test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyTest

Gets or sets the associated test.(Inherited from TestResult.)

System_CAPS_pubpropertyTestDescription

Gets the description of the test.(Inherited from TestResult.)

System_CAPS_pubpropertyTestListCategoryId

Gets the ID of the list category for this test result.(Inherited from TestResult.)

System_CAPS_pubpropertyTestName

Gets or sets the name of the associated test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyTestResultsDirectory

Gets the absolute path of the folder on the server where this test result is stored.(Inherited from TestResult.)

System_CAPS_pubpropertyTestRun

Gets the associated test run.(Inherited from TestResult.)

System_CAPS_pubpropertyTestType

Gets or sets the type for the associated test.(Inherited from TestResultMessage.)

System_CAPS_pubpropertyTextMessages

Gets an array of text messages in the test.(Inherited from TestResult.)

System_CAPS_pubpropertyTimerResults

Gets or sets an array of timer results.(Inherited from TestResult.)

System_CAPS_pubpropertyTraceInfo

Gets the trace information for the associated test.(Inherited from TestResult.)

System_CAPS_pubpropertyVisibleProperties

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.)

System_CAPS_pubpropertyWorkItemIds

Gets a list of work item IDs that are associated with the test.(Inherited from TestResult.)

NameDescription
System_CAPS_pubmethodAddTextMessage(String^)

Adds a text message to this test result.(Inherited from TestResult.)

System_CAPS_pubmethodClone()

Returns a deep copy of this test result aggregation object by using the TestResultAggregation constructor method.(Overrides TestResult::Clone().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the provided object is equal to the current object.(Inherited from TestResultMessage.)

System_CAPS_pubmethodFillDataRow(DataRow^)

This API supports the product infrastructure and is not intended to be used directly from your code. Fills the provided data row by using data from this aggregation.(Overrides TestResult::FillDataRow(DataRow^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from TestResultMessage.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsValid()

Determines whether this test result message is valid.(Inherited from TestResultMessage.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.(Overrides TestResult::Load(XmlElement^, XmlTestStoreParameters^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.(Overrides TestResult::Save(XmlElement^, XmlTestStoreParameters^).)

System_CAPS_pubmethodToString()

Returns a string representation of this test result.(Inherited from TestResult.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticFailedCountPropertyName

Returns "FailedCount".

System_CAPS_protfieldm_categoryId

Returns "categoryId".(Inherited from TestResult.)

System_CAPS_protfieldm_counters

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the Counters property.

System_CAPS_protfieldm_debugTrace

Returns "debugTrace".(Inherited from TestResult.)

System_CAPS_protfieldm_duration

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the Duration property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_endTime

Returns the value of the EndTime property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_errorInfo

Returns "errorInfo".(Inherited from TestResult.)

System_CAPS_protfieldm_exception

Returns the value of the SystemException property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_id

Returns the value of the P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ID property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_innerResults

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the InnerResults.

System_CAPS_protfieldm_messageKind

Returns the value of the MessageKind property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_outcome

Returns "outcome".(Inherited from TestResult.)

System_CAPS_protfieldm_spoolMessage

Returns the value of the SpoolMessage property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_startTime

Returns the value of the StartTime property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_stdErr

Returns "stdErr".(Inherited from TestResult.)

System_CAPS_protfieldm_stdOut

Returns "stdOut".(Inherited from TestResult.)

System_CAPS_protfieldm_testName

Returns the value of the TestName property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_testType

Returns the value of the TestType property.(Inherited from TestResultMessage.)

System_CAPS_protfieldm_textMessages

Returns "textMessages".(Inherited from TestResult.)

System_CAPS_protfieldm_timerResults

Returns "timerResults".(Inherited from TestResult.)

System_CAPS_protfieldm_traceInfo

Returns "traceInfo".(Inherited from TestResult.)

System_CAPS_protfieldm_workItemIds

Returns "workItemIds".(Inherited from TestResult.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: