ITestResultExtension Interface

Definition

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.

public interface class ITestResultExtension
public interface ITestResultExtension
type ITestResultExtension = interface
Public Interface ITestResultExtension

Properties

ExtensionResult

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

Applies to