Productivity
[Want to see JustMock in action? Register for
the free
webinar this Thursday, Jul 22, 11 am EST and check out What’s
New in JustCode, JustMock, and OpenAccess ORM. During the live
event attendees will also have the chance to win a Telerik Ultimate Collection
(valued at $1999).]
In JustMock. The tale continues... (Part 1) we saw how we can inject prologue/epilogue code in .NET methods with JustMock. We covered the most simplest scenarios and some more complex ones as methods with ref/out parameters. Today I will show you how to do code injections in generic methods. Basically there is nothing new. We are already familiar with: AtStartOfAction AtStartOfFunc AtEndOfAction AtEndOfFunc etc. and last time...