ITestResultExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |