The set of tests have been stable for a few days.
But what might have happened is that to create a repro for this report (
Current-dir-is-different-during-test-creation-than-during-test-execution.aspx) that I temporarily had failing tests on the previous run from that. In fact, I think I remember there were some tests that this dangerous one shown:
Quote:"This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures."
.
But the total number of tests was certainly the same (the other bug, in this scenario, was triggered during test buildup, but did not influence the number, or names, of tests created for this particular project).
It is true, however, that nearly all my tests are created using a customized inherited NUnit TestCaseSource attribute (I've jumped through some hoops to have the test-generator create a failing test in case the TestCaseSource attribute fails, because NCrunch, nor NUnit, reports anything in that case, but that's another story and not a bug and did not happen in this particular case).
In short: the failed tests prior to this happening where either of the two mentioned errors from the beforementioned post. Which suggests that the behavior there caused the behavior here.