I like unit testing, but I don't care for NUnit. Well, I've nothing against NUnit per se, I just don't like adding dependencies to my build process and redistributions, unless absolutely necessary.
While it's usually no big deal to incorporate NUnit into a massive application development project, it's far too much hassle to incorporate it into every single little class and component I write and publish. Unfortunately, it's those little library classes and code samples which seem to benefit the most from unit testing...
So, I've taken it upon myself to cook up a simpler alternative...