Has anyone gotten this package to work with AutoFixture to automatically create your test data?
Maybe with some type of generic AutoFixture specimen builder?
I believe AutoFixture would like the properties to be public set or for the object to have a public ctor.
Has anyone gotten this package to work with AutoFixture to automatically create your test data?
Maybe with some type of generic AutoFixture specimen builder?
I believe AutoFixture would like the properties to be public set or for the object to have a public ctor.