uchagani / factory-girl

A library for setting up .NET objects as test data.
MIT License
10 stars 6 forks source link

FactoryGirl singleton #9

Open neoistheone123 opened 8 years ago

neoistheone123 commented 8 years ago

Could you please provide a singleton version of FactoryGirl whose only static member is a data member called self? Since C# will never be fully-OO, this compromise would help when using XUnit Test Fixtures.

uchagani commented 8 years ago

I'm not in a .net environment much anymore but i'd be happy to take a pull request and merge it in if you're willing to put it together.