Skip to content

Test Adapter

Hugues Valois edited this page May 16, 2019 · 1 revision

How to debug

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.

Clone this wiki locally