Allow mocking a static method when that method is overloaded with an instance method
In most cases there is no need to use this method as Typemock Isolator will mock all static methods
of the mocked type. CallStatic should be used when an instance method and a static method have the same name
By default the instance methods are returned.
If instance methods are mocked
Remarks
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
Property Value
Type: IMockControlSee Also