To preface this, I love Moq. I wish I could use it in .NET 3.0. Sadly, however, I cannot, but I would still like to use mocks for unit testing purposes. Also, I\'ve used Rhino b
NUnit has mocking available, so if you're already testing with that, then you should be good to go already. Just include NUnit.Mocks.
It doesn't fulfill your fluent-interface desire though.