Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Why do my tests succeed in one test runner but fail in another?

Adam Ralph edited this page Aug 4, 2015 · 4 revisions

Culprits found so far include:

  • System.Diagnostics.Debugger.Break(); - most xUnit.net test runners fail when this statement is encountered. Failure is confirmed to occur when using xunit.console and TestDriven.Net. The ReSharper unit test runner seems to be immune.
Clone this wiki locally