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.
ITip::MergeResults Method (TestResult^, TestResultMessage^)
Merges an incoming test result text message into a test result in memory.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- inMemory
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestResult^
A TestResult object.
- fromTheWire
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestResultMessage^
A TextTestResultMessage object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common::TestResult^A TestResult object that contains the merged contents.
Show: