Hi Soon Hui,
That's a really nice idea! I'll put it in our backlog. Did you know that setting behavior on a chain with a list index item causes similar behavior?
This code:
Isolate.WhenCalled(() => x.List[3].Name).WillReturn("Name");
Will return a list with 4 items, the first 3 are recursive fakes according to the list item type, and the 4th is a recursive fake with specific behavior defined for the Name property. Does this help?
Doron
Typemock Support