FactoryGirl / machine equivalent in C # /. Net

Rails has a very good way to generate test data using factoryGirl / Machinist + Shoulda. from factorygirl , "Factory Girl provides a framework and DSL for defining and using factories to create data records for ruby ​​test suites. The goal is to be less error prone, more explicit and versatile than working with Rails tools." Is there something like FactoryGirl / driver in .Net / C # for test data?

+6
c # ruby-on-rails unit-testing
source share
2 answers

I can be late for the party, but you can take a look at the simple and clean FactoryGirl.Net by James Kovak. It may not cover all the functions of factory_girl, but you may want to file if you are interested.

+6
source share

This is a shameless plugin of my own project, but also a valid answer. I just released Plant , which is trying to become a factory computer for .NET.

+8
source share

All Articles