Following are the release notes for version 3.6. For breaking changes, see below.
|
|
Event firing |
Professional Edition Only (see Typemock Isolator Editions) using (RecordExpectations recorder = RecorderManager.StartRecording())
|
|
|
Natural Mocks™ conditional expectations |
Enterprise Edition Only (see Typemock Isolator Editions) using (RecordExpectations recorder = RecorderManager.StartRecording()) |
|
|
Natural Mocks™ default behavior |
Professional Edition Only (see Typemock Isolator Editions)
using (RecordExpectations recorder = RecorderManager.StartRecording()) |
|
|
Automatic concrete mock object |
Typemock Isolator now supports automatic creation of default arguments for any concrete mock object. |
|
|
Natural Mocks™ private methods |
Professional Edition Only (see Typemock Isolator Editions) |
|
|
Bug fixes |
Yes, we also have bugs. And here are the ones we fixed:
|
|
|
More examples |
Examples added to the distributed examples
|
|
|
Breaking changes |
CheckArguments now checks only the LAST statement arguments. To revert to old way, use: recorder.DefaultBehavior.CheckArguments() |