ITestExecutionPlugin Interface

Definition

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.

Applies to