Relative Content

Tag Archive for unit-testingmockingmoqautofixturecloneable

Customize Clone Methods with AutoFixture

I have a problem with a unit test. I fill objects with AutoFixture and some of the objects have ICloneable objects somewhere in the hierarchy. The test is completely generic, so I need a solution that does not need to know concrete types in advance.

Customize Clone Methods with AutoFixture

I have a problem with a unit test. I fill objects with AutoFixture and some of the objects have ICloneable objects somewhere in the hierarchy. The test is completely generic, so I need a solution that does not need to know concrete types in advance.