Real object model are not easy to fake: you need to create a whole bunch of fakes, then build them together into a fake tree. But with Isolator, you can do this in a single line. Creating a fake object automatically returns fake objects on its method! These object also return fake objects from their methods and properties. That's why we call them Recursive Fakes. Isolator Features > Magically simple > Fake entire object trees in a single line with Recursive Fakes
