-
Notifications
You must be signed in to change notification settings - Fork 675
Test Adapter
Hugues Valois edited this page May 16, 2019
·
1 revision
The test adapter implementation consists of some components that run in-process and out-of-process.
To debug the ITestExecutor
and ITestDiscoverer
implementations, you'll need to attach to the testhost.x86.exe process.
You can either add a message box to the constructor of these classes, or use the child process debugging power tool to setup automatic attach when the process starts.
- Documentation on docs.microsoft.com
- PTVS Project
- Development topics
- Additional resources
- wfastcgi (on PyPI)
- Video index; note that some videos are outdated.