By tag: RhinoMocks
0
kicks
Isolation Frameworks: Learning how to validate expectations
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.
0
kicks
Taking a look at the AAA syntax in RhinoMocks 3.5
A short screencasts where we look at the AAA (Arrange, Act, Assert) syntax in RhinoMocks 3.5.
0
kicks
Doing BDD, with Rhino Mocks AAA syntax
Ayende proposed a new AAA syntax in Rhino Mocks. I was wondering how it mixed with BDD.
0
kicks
My first impressions with Rhino Mocks 3.5 (beta)
First impressions with Rhino Mocks 3.5 (beta)
0
kicks
Hello World of Rhino Mocks
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.
0
kicks
Rhino Mocks Quick Reference
Concise examples of all the main features of the Rhino Mocks mock object framework
0
kicks
HowTo: Setting Expectations on Stubs using RhinoMock
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’.
0
kicks
Rhino Mocking NHibernate Expressions
How to extend Rhino Mock to work with NHibernate Expression.
0
kicks
How to mock a NHibernate Repository
How to use Rhino Mock to mock a Repository based on NHibernate
0
kicks
RhinoMocks Presentation
The PowerPoint and code used for a presentation made at the West Michigan Day of .NET
0
kicks
Rasing events (from a mock) using Rhino Mocks
How to raise an event within a unit test using good old Rhino Mocks.