Export to GitHub

moq - issue #380

Configure mock behavior once only


Posted on Sep 10, 2014 by Swift Camel

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.

Status: New

Labels:
Type-Defect Priority-Medium