To view breaking changes, see below.
These are the release notes for Release 4.2.
This is the last Isolator version to support CLR 1.1/VS 2003. The next version will support CLR 2.0 and above.
|
||
Field mocking Typemock Isolator supports mocking fields that are class type (fields that are struct types or value types are not mocked) |
Enterprise Edition Only (see Typemock Isolator Editions) Typemock Isolator supports mocking field members that are class type. Using field mocking users can mock calls made on internal fields inside other mocked objects. Users can also assign values to the mock, which will be set later to the instance created. The following example shows how to mock a field using both natural and reflective APIs (for further information, see Mocking Fields and Mocking Fields - Natural). Mocking fields with Natural Mocks: // C# /// <summary> } [Test] Mocking Fields using Reflective Mocks: [Test] |
|
Debugger Integration |
Enterprise Edition Only (see Typemock Isolator Editions)
|
|
|
||
Typemock Isolator examples |
|
|
|
||
DotTrace 3.0 |
Professional Edition Only (see Typemock Isolator Editions) The new release of DotTrace profiler (3.0) is now supported and can be linked to run with Typemock Isolator |
|
|
||
Final builder |
Professional Edition Only (see Typemock Isolator Editions) Typemock Isolator Task for running test with mocking enabled was created for the Final Builder Tool. |
|
|
||
General enhancements |
|
|
Performance |
The major performance degradation when using .NET 1.1 with Typemock Isolator Version 4.X was found and fixed
|
|
|
||
General fixes |
|
|
|
||
Installation defect fixes | Visual studio 2005 Add-In is now properly removed when uninstalling Typemock Isolator |
|
Natural Mocks |
|
|
|
||
Events |
|
|
|
||