I\'m trying to find a way to fake the result of a method called from within another method.
I have a \"LoadData\" method which calls a separate helper to get some data a
You might want to look into Typemock Isolator, which can "fake" method calls without forcing you to refactor your code. I am a dev in that company, but the solution is viable if you would want to choose not to change your design (or forced not to change it for testability) it's at www.Typemock.com
Roy blog: ISerializable.com