tags:

views:

34

answers:

1

How can i fill all fields on my domain object default values ? Just use Moq or other library ?

+1  A: 

You might find AutoFixture useful for that.

Diego V