How NBuilder Could Help You Write Better .Net Unit Tests
One of the biggest challenges when creating unit tests is to come up test data. It makes sense having someone other than you test your code, so how about having someone other than you generate the test input for your .Net unit tests. Data generation tools aren’t new concept and they come in many different [...]