Archive

Posts Tagged ‘RhinoMocks’

RhinoMocks Stub not retaining value when property shadowed on inheriting interface

February 6th, 2010 Samuel Moura No comments
I cannot remember having a Sprint like this! First the issue with debugging in VS2008 on Windows7 x64, then the issue with BadImageFormatException throwing when inheritance constraints were applied to a generic method, and now this one!   The Problem   I was still fixing the tests that had failed after upgrading to Castle.Windsor 2.1 and RhinoMocks 3.6 when [...]


BadImageFormatException when debugging interface mocked with RhinoMocks

February 6th, 2010 Samuel Moura No comments
My last couple of days has been quite hilarious. First there was the issue with not being able to set breakpoints on my tests, and then started having tests that failed one way when executed normally and a different way when I ran them with debugger attached!   The Problem   Recently I updated the project I am working [...]