ITestExecutionPlugin 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.
Pluggable interface that is used to execute code in the test execution framework.
public interface class ITestExecutionPlugin
public interface ITestExecutionPlugin
type ITestExecutionPlugin = interface
Public Interface ITestExecutionPlugin
Methods
AfterExecutionCompleted(TestRun, IResultSink, IDataCollectionRunContext) |
This method is called after all tests have been completed, signifying that the test run is finished,. |
AfterTestCompleted(IDataCollectionRunContext, TestExecId) |
This method is called after the test has completed. |
BeforeExecutionStarted(TestRun, IResultSink, IDataCollectionRunContext) |
This method is called before a test run execution starts. |
BeforeTestStarted(IDataCollectionRunContext, TestExecId) |
This method is called before a test starts. |