The MockManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Any | Obsolete.
Obsolete, use Check.IsAny instead,
Provided for backward compatibility
|
![]() ![]() | CollectAllCalls |
When set Typemock Isolator collects data on ALL method entries, this can then be verified
using CalledCounter(String, String) |
![]() ![]() | CONTINUE_WITH_METHOD |
If CONTINUE_WITH_METHOD is returned the mocked method will continue with
normal execution. This is an un-mocked expectation that will verify that a method is called only
without mocking the method.
|
![]() ![]() | InSpecialLicenseChain |
A property that indicates if the licence is part of a special Isolator package.
|
![]() ![]() | IsInitialized |
Check if Typemock Isolator is initialized Init |
![]() ![]() | Locked | |
![]() ![]() | LogFile | Obsolete. |
![]() ![]() | ValidateArgsOnVerify | Obsolete.
Obsolete. Argument validation is now done both on calling the method and during Verify automatically.
Postpone throwing validation errors till Verify is called
|
![]() ![]() | Version |
Return Typemock Isolator version
|
See Also