cdpcodingblog
1 post.
- RhinoMocks - How to intercept a and re-direct a method call to a stub using the original parametersSuppose I have a stubbed interface acting as a proxy for the real object: IDatabase databaseStub = MockRepository.GenerateStub<IDatabase>(); Now suppose I…
