Stories recently tagged with 'Mocks'

Isolation Frameworks: Mocking Out/Ref Arguments(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 8 months ago

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 read more...

add a comment |category: |Views: 131

tags: another

Tutorial to TDD using Rhino Mocks and SystemWrapper.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 5 months ago

Learn how to do TDD and mocking. Also discover new library SystemWrapper. read more...

add a comment |category: |Views: 116

tags: another

Linq, Like, Mocks, and Expression Trees(melgrubb.spaces.live.com)

submitted by pmontgomerypmontgomery(125) 3 years, 10 months ago

Mel Grub faces using SQL "LIKE" in LINQ with a mocked DataContext read more...

add a comment |category: |Views: 21

tags: another

MoQs Rox(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 11 months ago

My first impressions of the MoQ object mocking framework... Hell, my impressions with the first mocking framework I've ever used. tl;dr: Niiiiiice. read more...

add a comment |category: |Views: 11

tags: another

Rhino mocks - Some common scenarios(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 7 months ago

Part 2 of the Rhino mocks examples explaining a few of most common mocking scenarios read more...

add a comment |category: |Views: 131

tags: another

Rhino Mocks new syntax(chrisbrandsma.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 8 months ago

Explaining some of the new syntax available in Rhino Mocks read more...

1 comment |category: |Views: 136

tags: another

Using contraints with Rhino Mocks(weblogs.asp.net)

submitted by bsimserbsimser(1240) 5 years, 1 month ago

A short example of using AbstractContraint objects with Rhino mocks to make mocking out and comparing values simpler. read more...

add a comment |category: |Views: 20

tags: another