Stories recently tagged with 'Rhino'

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

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 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, 2 months ago

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

add a comment |category: |Views: 114

tags: another

RhinoCommons, NHibernate and ASP.NET MVC Part 1(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 8 months ago

Using Rhino Commons, NHibernate and ASP.NET MVC for quick website development. Part 1 (Setting everything up) read more...

add a comment |category: |Views: 359

tags: another

Test Specific Subclasses vs Partial Mocks(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

An interesting discussion about mocking classes using partial mocks (in Rhino Mocks syntax) or ad-hoc classes. read more...

add a comment |category: |Views: 9

tags: another

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

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

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

add a comment |category: |Views: 129

tags: another

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

submitted by bsimserbsimser(1240) 4 years, 10 months 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

Rhino Mocks Boo Macros(ayende.com)

submitted by dughdugh(70) 5 years, 7 months ago

A language extension for Boo that integrates Rhino Mocks directly into the language, by Andrew Davey. read more...

1 comment |category: |Views: 35

tags: another