MockManager Properties

Typemock Isolator Developer Guide

The MockManager type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAny Obsolete.
Obsolete, use Check.IsAny instead, Provided for backward compatibility
Public propertyStatic memberCollectAllCalls
When set Typemock Isolator collects data on ALL method entries, this can then be verified using CalledCounter(String, String)
Public propertyStatic memberCONTINUE_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.
Public propertyStatic memberInSpecialLicenseChain
A property that indicates if the licence is part of a special Isolator package.
Public propertyStatic memberIsInitialized
Public propertyStatic memberLocked
Public propertyStatic memberLogFile Obsolete.
Public propertyStatic memberValidateArgsOnVerify Obsolete.
Obsolete. Argument validation is now done both on calling the method and during Verify automatically. Postpone throwing validation errors till Verify is called
Public propertyStatic memberVersion
Return Typemock Isolator version
Top
See Also

Reference