1

Are there any tools such as http://www.generatedata.com/ which will generate dummy data for NHibernate mappings?

Darbio
  • 11,286
  • 12
  • 60
  • 100

2 Answers2

2

You can use AutoPoco to get some test data and save it.

Sly
  • 15,046
  • 12
  • 60
  • 89
0

AutoFixture (http://autofixture.codeplex.com/) is quite useful.

Maxim Eliseev
  • 3,248
  • 4
  • 29
  • 35