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.

Tip::MergeResults Method (TestResult^, TestResultMessage^)

 

Merges an incoming test result text message into a test result in memory.

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

public:
virtual TestResult^ MergeResults(
	TestResult^ inMemory,
	TestResultMessage^ fromTheWire
)

Parameters

inMemory
Type: Microsoft.VisualStudio.TestTools.Common::TestResult^

A TestResult object. If inMemory is null, an instance of TestResult is created.

fromTheWire
Type: Microsoft.VisualStudio.TestTools.Common::TestResultMessage^

A TextTestResultMessage to be added to the object in the inMemory parameter.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common::TestResult^

A TestResult object that contains the new test results.

Return to top
Show: