Blog Stats
  • Posts - 13
  • Articles - 0
  • Comments - 5
  • Trackbacks - 0

 

September 2007 Entries

Rhino Mock Troubleshooting Tips

When running this test Sprint s = new Sprint(); ValidationResult<Sprint> result = new ValidationResult<Sprint&... result.Result = true; using(mocks.Unordered()) { Expect.On(sprintRepository)... Expect.On(view).Call(view.E... } mocks.ReplayAll(); presenter.SaveSprint(); mocks.VerifyAll(); I ran across this exception Rhino.Mocks.Exceptions.Expe... ISprintRepository.Save(Spri...

 

 

Copyright © John Teague