Following are the release notes for version 3.0.
|
|
Typemock Isolator supports .NET 2.0 |
Typemock Isolator now supports .NET 2.0. You can mock Generic Types and Methods and Anonymous Methods. |
|
|
Argument checks |
It is now possible to defer the checking of arguments until Verify is called using: Mocked methods are now mocked even when called from within the Args() checks. |
|
|
Tracing utility |
Enterprise Edition Only (see Typemock Isolator Editions) As Typemock Isolator changes code in seemingly unrelated places, it can become a bit difficult to trace which instances and methods are mocked. With the Trace Utility, it is now possible to visually see the mocked types and the calls that where made to them.
|
|
|
More code can be mocked |
In this version, code inside a ParameterChecker Delegate can now be mocked too. |
|
|
More control over constructors |
You can now emulate exceptions thrown from constructors with ExpectConstructorAndThrow. |
|
|
Bug fixes and performance tuning |
This release incorporates some bug fixes and performance fine tuning. |
|