Hi,
First thank for the pointer.
We are currently thinking about better ways to set expectations and support code completion and compile-time errors.
We can of course use the method that you suggested and methods like easy-mock, but these can only access public members. There is no way to access private,internal and protected members.
What would you think of a feature that is integrated into Visual Studio that will allow you to do code completion (for all members) and give compilation warnings?