Does anybody have a good example of where you're using Nettiers and are able to do some form of mocking for the purposes of Unit testing. Battling to get my head around the idea.
My idea is to create a new provider and use this provider for all my unit testing. This provider will not connect to a DB but will rather have static data.
For that scenario I think that the mocking framework MOQ is a good decision. We use it in our company and are satisfied with it. For further information take a look at the homepage of moq open source project. With a mock like that you will have great opportunities to create your tests as you need it.