http://orand.blogspot.com/2007/12/rhino-mocks-quick-reference.html… more →
using ...wrote 1 week ago: Finally, progress!. Sure, the “progress” is 124 build errors but… it’s progress; right? One of the t … more →
wrote 3 weeks ago: It has been a week since I have been given the “keys” to the Rhino Mocks framework and it has been a … more →
wrote 3 weeks ago: In my last post I stated that sometimes it is OK to have multiple asserts in a single unit test meth … more →
wrote 1 month ago: I am proud to state that Rhino Mocks has a new home. I must admit that I am feeling a little nervous … more →
wrote 1 month ago: Ayende Rahien (Oren Eini) recently posted about the state of Rhino Mocks. For those of you who don’t … more →
wrote 4 months ago: We have a number of services in our project. Our clients include WPF, iOS, Android and Web. To have … more →
wrote 4 months ago: A co-worker presented me with a scenario where assigning and accessing a property from a Rhino Mocks … more →
wrote 5 months ago: A best pratice in Object Oriented Programming is the use of Interfaces. When applied correctly it si … more →
wrote 6 months ago: See simple code below of ClassToTest with two public constructors with one parameter. My favorite mo … more →
wrote 8 months ago: Hi guys. Few weeks ago when I was writing unit tests using RhinoMocks and NUnit I got some special t … more →
wrote 8 months ago: Hello . Recently, when I wrote tests using RhinoMocks framework for mocks and stubs creation I had o … more →
wrote 9 months ago: Rhino Mocks recently switched to AAA syntax (Arrange, Act, Assert) from Record/Replay. It’s f … more →
wrote 9 months ago: Today, I was writing tests for a method that had an output parameter in its argument list. With Rhin … more →
wrote 9 months ago: In today’s episode of our Meet the Author podcast, Fritz Onion talks to our own Jim Cooper abo … more →
wrote 10 months ago: With the reading of Part I and Part II, you should have a basic understand of Web Forms MVP by now. … more →
wrote 1 year ago: Since Windows Azure SDK 1.2 back in 2010 I’m trying to get my unittests up and running. I post … more →
wrote 1 year ago: Just a quick one, I found this very useful the other day. I wanted to mock the following query: publ … more →
wrote 1 year ago: Before the AAA syntax was introduced, you would create ordered unit tests by wrapping Expect calls i … more →
wrote 1 year ago: Database stored procedure calls are one of the trickiest things to unit test, and there are many dif … more →