Hi,
I really could need a method in MockManager that returns all active mocks, not just that of a certain type (like GetInstanceMocks or GetMockAll).
Method should look like this:
public static Mock[] GetAllMocks();
For example if you want to assure that any mock is strict a foreach is safer than coding this.xxxmock.Strict=true for every mock used, sometimes I forget one or two which leads to unpredictable test case results.
Can't be difficult to implement, am I right?
Would be nice 8) to have it in one of the next releases. Thanks!
Michael