If you were regularly getting this message on 200 tests:
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 any individual test you run succeeds, how would you go about diagnosing?
There is no other error message in the tests window.
Using NUnit 3.7.1, some tests with TestCaseSource, some non-parameterized, all behaving the same.
No setup or teardown methods. No errors in ReSharper's runner or NUnit console runs.