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.

ITestResultExtension Interface

 

Represents an interface that is implemented by Visual Studio Test Professional to enable unit tests to extract extension data that is attached to test results.

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

public interface class ITestResultExtension

NameDescription
System_CAPS_pubpropertyExtensionResult

Gets the test result attachment object that is provided by the test method invoker of the extension.

Return to top
Show: