Ayende On Agile
By Oren Eini
Sign in
|
Join
|
Help
Home
RSS
Atom
Comments RSS
Receive Email Updates
Subscribe
Search
Tags
No tags have been created or used yet.
Navigation
Home
Blogs
Forums
Photos
Downloads
Archives
December 2008 (3)
November 2008 (2)
October 2008 (6)
August 2008 (5)
July 2008 (9)
June 2008 (14)
May 2008 (16)
April 2008 (3)
March 2008 (2)
February 2008 (2)
January 2008 (1)
December 2007 (4)
November 2007 (1)
October 2007 (5)
August 2007 (3)
July 2007 (3)
June 2007 (11)
May 2007 (4)
April 2007 (3)
December 2007 - Posts
The Record/Replay/Verify model
by
Rhino Mocks
Daniel and I are having an interesting discussion about mock frameworks, and he just posted this: What's wrong with the Record/Reply/Verify model for mocking frameworks . Daniel also pulled this quote from the Rhino Mocks documentation: Record &...
Moq: Mocking in C# 3.0
by
Rhino Mocks
Daniel has a very interesting post about how mocking can works in C# 3.0 (I don't like the term Linq for Mock, if you haven't noticed). I wonder if he has used Rhino Mocks, from the description of mock frameworks in the post, it looks like he...
Don't like visibility levels, change that
by
Rhino Mocks
This came up with respect to MS MVC. The MS MVC team has decided to make some methods protected, and that makes testing using Rhino Mocks a bit of a pain. Let us assume that I want test that the call to ProductController.Index() will render the "index...
What should you test?
by
Test Driven Development
I just found myself writing this: [Test] public void When_resolving_using_framework_element_will_create_layout_using_resolver() { } The code that I want to test looks something like this: public void Register(FrameworkElement frameworkElement) { Register...
More Posts