In our first post, Raffaeu Garofalo, got us starting with Typemock Isolator. In his second post, Raffaeu discusses object creation: how to deal with objects and classes in general.
His conclusion:
As you can see, TypeMock is pretty cool and it allows you to control the way we can create and fake objects. Even if we use proxies we can still ask to TypeMock to create a real mock that reflect our code so that we can still test the business logic included in our objects without the need of creating complex objects manually.
If you want to read more about this topic I kindly suggest you this: