Plant is a test factory for .NET 4.0. It is very much like FactoryGirl (http://github.com/thoughtbot/factory_girl/) for Ruby. The goal of this project is to allow you to reduce noise and duplication across your tests when creating models.
Forked from the factory-girl .NET implementation by Umair Chagani. Factory-girl allows you to easily create test data for your .NET objects. Supports creating default and named factories.