Roy Osherove has illustrated the need to
Avoid Multiple Asserts in a test method. Basically i agree with his points in the said blog post.
I currently need need to test a number of permutations and i want to be disciplined to avoid multiple assertions. I know that the RowTestAttribute of MbUnit can do this well instead of writing individual tests for the permutation.
I was thinking that since MbUnit has added functionalities to NUnit whether it is better to have it as the testing framework for a continuous build setup. Any opinions are welcome.
Posted
09-12-2006 2:44 PM
by
jokiz