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 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)
Syntax
'Declaration
Public Interface ITestResultExtension
public interface ITestResultExtension
public interface class ITestResultExtension
type ITestResultExtension = interface end
public interface ITestResultExtension
The ITestResultExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ExtensionResult | Gets the test result attachment object that is provided by the test method invoker of the extension. |
Top
See Also
Reference
Microsoft.VisualStudio.TestTools.Common Namespace
Other Resources
How to: Create a Diagnostic Data Adapter
Packaging and Installing Test Type Extensions in Visual Studio