I\'m new to unit testing and NUit in particular.
I\'m just typing some examples from the book which refers to Java and JUnit. But I\'m using C# instead.
You can write framework agnostic asserts using a library called Should. It also has a very nice fluent syntax which can be used if you like fluent interfaces. I had a blog post related to the same.