Thoughts on Software Development, .Net, OOP, Design Patterns and all things cool
Browse by Tags
All Tags »
Rhino Mocks »
Agile (
RSS)
-
|
Last night on twitter Aaron Jenson made the statement 'moq's expect method needs to be renamed' 'setting the expectation is not what you should be doing. you don't *care* if it's called.' I then started a short conversation...
|
-
|
One of the new features that is part of the next release of StructureMap 2.5 is a AutoMocking Container. What is an AutoMocking Container, well per Jacob over at Eleutian an AutoMocker is AutoMockingContainer is simply a IoCContainer with a custom facility...
|
-
|
I finally got around to downloading and playing with the forthcoming release of Rhino Mocks v3.5 (more info here from Ayende). The major changes to this version is that the syntax has been revamped to allow for the new language features in .Net 3.5. ...
|
-
|
As you may or may not know, I am a huge fan of Rhino Mocks. Well Ayende has put out Rhino Mocks 3.2 today. Check out more information on it here . You can download it here .
|
-
|
What do you do when you are writing a test for a piece of code that calls out to an ‘out of your control’ service such as a web service or email server? If you are like most of us, you simply allow your test to make the call and ‘hope’ that the service...
|
-
|
Today I finally had to create a mock of a web service proxy, what fun. Of course the first go at it failed because I did not think about the fact that the web service proxy is NOT serializable. This sucked, so what was I to do. Well, fortunately for me...
|
-
|
Over the past few months I have really started to believe in the use of Mocks. When I first started using mocks, I started with NMock (mostly because that is what we had at work). Shortly after that I started playing around with Rhino Mocks at home. Since...
|
More Posts