Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are one of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using...
More information
Forever Factory makes it super easy to build many customized objects. You can define factories for your objects, with all the default values you'll need, or create one on the fly. In each test, you can further customize the objects usings lambdas to override public properties and fields like...
More information