Currently the Ensure class uses NUnit type methods : AreEqual,
IsNull, ...
I think I would like to replace this with
xunit.net type syntax :
Equal, Null.
This would be more consistent as most people will use
xunit.net and
quicknet side by side.
And the more I use it, the more I like the
xunit.net syntax.