关于[Simplify and Reduce Test Code with AutoFixture]的摘要:
AutoFixture is a library that you can use alongside your testing framework to reduce the amount of boilerplate test code you need to write and thus improve your productivity. At its core, AutoFixture helps you setup your tests by generating anonymous test data for you. This anonymous test data can be used to fulfil non-important boilerplate test data; this is test data that is required for the test to execute but whose value is unimportant.
原文地址: http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture