Following are the release notes for version 3.5. For obsolete APIs, see below.
|
|||||||||||||
Natural Mocks™ |
Typemock Isolator now supports the innovative Natural Mocks™ way of defining expectations. using (RecordExpectations recorder = RecorderManager.StartRecording())
|
||||||||||||
|
|||||||||||||
Natural Mocks™ Autochaining |
Enterprise Edition Only (see Typemock Isolator Editions) using (RecordExpectations recorder = RecorderManager.StartRecording()) |
||||||||||||
|
|||||||||||||
Enhance mocking framework |
This version adds some new APIs to help build a mocking framework:
The test pattern has changed and we recommend to call MockManager.ClearAll() in the [TearDown] method. |
||||||||||||
|
|||||||||||||
Validate fields of future instances |
It is now possible to validate fields of future object using the new mock.MockedInstance property. |
||||||||||||
|
|||||||||||||
Easier logging |
Yes, we also have bugs. But we now have created a better story for the log files;
we have also added logging for tests running from within Visual Studio. |
||||||||||||
|
|||||||||||||
Typemock Isolator Tracer enhancements | The following enhancements were added to the Typemock Isolator Tracer:
|
||||||||||||
|
|||||||||||||
Better static constructor story |
Typemock Isolator now handles mocking static constructors in a much better way. The static constructor will be called if it was mocked in a previous test and is not the current one. Note: Automatic calling of the static constructor will not work before static field access, only with method access. |
||||||||||||
|
|||||||||||||
Autodeploy for build servers |
Enterprise Edition Only (see Typemock Isolator Editions) |
||||||||||||
|
|||||||||||||
64-bit side by side |
64-bit and 32-bit Typemock Isolator versions can now work together on the same machine. |
||||||||||||
|
|||||||||||||
Other fixes |
Bug fixes and other small features added in this version. |
||||||||||||
|
|||||||||||||
Obsolete APIs | Following is a list of obsolete APIs and their new counter APIs.
|
||||||||||||