@khalidabuhakmeh I really dislike nunit. It makes it too easy to focus on doing things that lead to bad tests.
The SetUp methods lead to hidden context. It's fine sometimes, but too many people use it for all code they want in every test. It's always a point of problems in suites that use nunit.
Not that xunit handles fixtures/context perfectly, but at least it makes you put in a bit of work to point the gun at your foot.
