IBaseRunContext 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.
Provides an interface that the test adapter uses to communicate with the test execution framework.
public interface class IBaseRunContext
public interface IBaseRunContext
type IBaseRunContext = interface
Public Interface IBaseRunContext
- Derived
Properties
ResultSink |
Gets an object used to send test results to the test execution framework. |
RunConfig |
Gets information about the test run. |
TestRunner |
Provides an interface that the test adapter uses to run one or more inner tests. |
Methods
PauseTestRun() |
Sends a request to pause the test run. |
StopTestRun() |
Sends a request to stop the test run. |