Detouring a call means the call to the target object (method, property, etc.) is redirected to another object. That other object will be an anonymous method or other method in the test class. Detours are
delegates, generally managed through a
Func< , > object.
No comments:
Post a Comment
Please provide details, when posting technical comments. If you find an error in sample code or have found bad information/misinformation in a post, please e-mail me details, so I can make corrections as quickly as possible.