Tagged Questions
3
votes
4answers
681 views
How do you mock UnitOfWork from Rhino.Commons?
My application is using Rhino.Commons - NHRepository and UnitOfWork. I like the With.Transaction() syntax for transactions and have been using it for some time.
But I ran into a problem - how do I ...