By tag: Mocks
0
kicks
Isolation Frameworks: Mocking Out/Ref Arguments
Continuing our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests. In this episode we are going to focusing on how to setup you mocks when you need to mock a class with either Out or Ref arguments
0
kicks
Tutorial to TDD using Rhino Mocks and SystemWrapper.
Learn how to do TDD and mocking. Also discover new library SystemWrapper.
0
kicks
Linq, Like, Mocks, and Expression Trees
Mel Grub faces using SQL "LIKE" in LINQ with a mocked DataContext
0
kicks
MoQs Rox
My first impressions of the MoQ object mocking framework... Hell, my impressions with the first mocking framework I've ever used. tl;dr: Niiiiiice.
0
kicks
Rhino mocks - Some common scenarios
Part 2 of the Rhino mocks examples explaining a few of most common mocking scenarios
0
kicks
Using contraints with Rhino Mocks
A short example of using AbstractContraint objects with Rhino mocks to make mocking out and comparing values simpler.