Home / ASP.NET Weblogs
All Tags » MVC » MoQ (RSS)

Browse by Tags

Related Posts

  • Mocking indexer setters with Moq

    I quite like MoQ because it makes sense for me. Shamefully, I’ve always had some trouble understanding test code that was using mocks built with other frameworks. With MoQ , I can just grok it for some reason. It’s just super-clear to me. It doesn’t mean I have any idea how it really works but for now...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 06-15-2009, 12:00 AM
    Filed under: ASP.NET, .NET, MVC, MoQ
  • Mocking indexer setters with Moq

    I quite like MoQ because it makes sense for me. Shamefully, I’ve always had some trouble understanding test code that was using mocks built with other frameworks. With MoQ , I can just grok it for some reason. It’s just super-clear to me. It doesn’t mean I have any idea how it really works but for now...
    Posted to What's New (Weblog) by Anonymous on 06-15-2009, 12:00 AM
    Filed under: ASP.NET, .NET, MVC, MoQ
  • Mocking indexer getters with Moq

    This is a follow-up on that other post: Mocking indexer setters with Moq . So thanks to that post, we now know how to intercept the setting of a particular indexed property (in our example, an application variable) and set a local variable with the value that was set by the tested code. Now if you want...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 07-16-2009, 12:00 AM
    Filed under: ASP.NET, .NET, MVC, MoQ
  • Mocking indexer getters with Moq

    This is a follow-up on that other post: Mocking indexer setters with Moq . So thanks to that post, we now know how to intercept the setting of a particular indexed property (in our example, an application variable) and set a local variable with the value that was set by the tested code. Now if you want...
    Posted to What's New (Weblog) by Anonymous on 07-16-2009, 12:00 AM
    Filed under: ASP.NET, .NET, MVC, MoQ
Page 1 of 1 (4 items)