On Mon, Aug 31, 2009 at 4:24 AM, TheMightyKumquat<[email protected]> wrote: > > My problem is that I'm testing code that makes calls to > Microsoft.ApplicationBlocks.UIProcess (UIP). It's all the UIP code > that's giving me the problem, and I'm extremely reluctant to rewrite > the code in the App Block. I can't see a way to use Rhino Mocks to > solve this at all.
Why not wrap the use of the UIP code in an interface? -- Patrick Steele http://weblogs.asp.net/psteele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en -~----------~----~----~----~------~----~------~--~---
