开发者

Unit Test Sessions Window Closes when debugging

开发者 https://www.devze.com 2023-01-01 07:31 出处:网络
When I select an NUnit test in the Unit Test Sessions window and click debug, the window disappears. My breakpoints are hit, but if I hit F5, the Unit Test Sessions window does no开发者_JAVA技巧t retu

When I select an NUnit test in the Unit Test Sessions window and click debug, the window disappears. My breakpoints are hit, but if I hit F5, the Unit Test Sessions window does no开发者_JAVA技巧t return until the test returns a result or I stop the debugging session. This is preventing me from viewing any console output during tests. Any ideas?


It turned out to be the Resharper Test Runner that was mis-behaving. The answer was to reopen the window using ReSharper -> Windows -> Unit Test Sessions or Ctrl + Alt + R if using the IntelliJ shortcuts.

0

精彩评论

暂无评论...
验证码 换一张
取 消