IBaseRunContext Interface
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.
C++
public interface class IBaseRunContext
public interface IBaseRunContext
type IBaseRunContext = interface
Public Interface IBaseRunContext
- Derived
Result |
Gets an object used to send test results to the test execution framework. |
Run |
Gets information about the test run. |
Test |
Provides an interface that the test adapter uses to run one or more inner tests. |
Pause |
Sends a request to pause the test run. |
Stop |
Sends a request to stop the test run. |
Produk | Versi |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |