RajOpteamix / moq

Automatically exported from code.google.com/p/moq
Other
0 stars 0 forks source link

Configure mock behavior once only #380

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We want to use only strict mock's in our tests. But developers sometimes forget 
to use the MockBehavior.Strict in the constructor when new'ing mocks.

We are looking for a place to statically configure all mock creations to always 
use strict behavior.

Original issue reported on code.google.com by zak.mind...@gmail.com on 10 Sep 2014 at 8:05