autofixture ignore property

106

autofixture ignore property -

var person = fixture.Build<Person>()
    .Without(p => p.Spouse)
    .CreateAnonymous();

Comments

Submit
0 Comments