Stories recently tagged with 'RhinoMocks'

Isolation Frameworks: Learning how to validate expectations(dimecasts.net)

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

Taking a look at the various ways you can setup and validate expectations on your stubs/fakes. Validating these expectations will allow your to confirm in tests your dependencies are being used in the manor expected. read more...

add a comment |category: |Views: 154

tags: another

Taking a look at the AAA syntax in RhinoMocks 3.5(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

A short screencasts where we look at the AAA (Arrange, Act, Assert) syntax in RhinoMocks 3.5. read more...

add a comment |category: |Views: 199

tags: another

Doing BDD, with Rhino Mocks AAA syntax (morten.lyhr.dk)

submitted by LyhrLyhr(315) 3 years, 7 months ago

Ayende proposed a new AAA syntax in Rhino Mocks. I was wondering how it mixed with BDD. read more...

add a comment |category: |Views: 241

tags: another

Looking at Rhino Mocks 3.5 (RC1)(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 7 months ago

Looking at some of the new goodies in Rhino Mocks 3.5 read more...

add a comment |category: |Views: 74

tags: another

My first impressions with Rhino Mocks 3.5 (beta) (devlicio.us)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

First impressions with Rhino Mocks 3.5 (beta) read more...

add a comment |category: |Views: 40

tags: another

Rhino Mocks 3.4 Released(ayende.com)

submitted by simonebsimoneb(5450) 3 years, 10 months ago

Some great new features! read more...

2 comments |category: |Views: 64

tags: another

Hello World of Rhino Mocks(buddylindsey.com)

submitted by percent20percent20(855) 4 years ago

A lot of tutorials on Rhino Mocks are long and complicated. This post gives you just enough basic code to start working with rhino mocks so you can see what is going on. read more...

1 comment |category: |Views: 2276

tags: another

Rhino Mocks Quick Reference(orand.blogspot.com)

submitted by orandorand(295) 4 years, 2 months ago

Concise examples of all the main features of the Rhino Mocks mock object framework read more...

2 comments |category: |Views: 914

tags: another

TDD with ASP.NET MVC 3.5 Extensions(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 2 months ago

Doing TDD using the new ASP.NET MVC 3.5 Extensions read more...

add a comment |category: |Views: 26

tags: another

Rhino Mocks new syntax(chrisbrandsma.com)

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

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

1 comment |category: |Views: 128

tags: another

HowTo: Setting Expectations on Stubs using RhinoMock(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 6 months ago

When using a mocking tool like RhinoMocks, one of the features that it can provide is the ability to A) create a stub of an object and B) set expectations on Method/Property calls that are part of that method. Doing this is pretty easy, but like all things there are some ‘gotcha’s’. read more...

add a comment |category: |Views: 206

tags: another

Rhino Mocking NHibernate Expressions(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 7 months ago

How to extend Rhino Mock to work with NHibernate Expression. read more...

add a comment |category: |Views: 79

tags: another

How to mock a NHibernate Repository(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 7 months ago

How to use Rhino Mock to mock a Repository based on NHibernate read more...

add a comment |category: |Views: 247

tags: another

RhinoMocks Presentation(chrisbrandsma.com)

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

The PowerPoint and code used for a presentation made at the West Michigan Day of .NET read more...

add a comment |category: |Views: 18

tags: another

Rasing events (from a mock) using Rhino Mocks(jpboodhoo.com)

submitted by andycwkandycwk(80) 4 years, 9 months ago

How to raise an event within a unit test using good old Rhino Mocks. read more...

add a comment |category: |Views: 28

tags: another

Rhino Mocks 3.0 is available for download(dotnetproject.blogspot.com)

submitted by adventureradventurer(2244) 4 years, 10 months ago

A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. read more...

add a comment |category: |Views: 2065

tags: another