JamesKovacs / FactoryGirl.NET

A .NET implementation of Thoughtbot's factory_girl for Ruby
MIT License
55 stars 20 forks source link

Persistance support #3

Open leoasis opened 12 years ago

leoasis commented 12 years ago

Given I've done something similar to this in my personal projects (although not following the syntax for FactoryGirl, but inspired in it), I'd like to help in thinking how this feature could be implemented.

Do you have any initial thoughts about this feature? Perhaps you can put them here and we can start discussing how we can do this.

JamesKovacs commented 12 years ago

I would anticipate some form of IRepository so that different providers could be implemented, but I'm open to suggestions.