Apparently, Nunit runs the tests in alphabetical order by test name. I thought I was being smart by saving off references to the Ids and such. That’s OK, workaround number one: write test functions this way if you want them executed in a defined order:
Read More