IMethodSettings Interface

Typemock Isolator Developer Guide
Perform Behavior tweaking on methods rather then the whole mocked type

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public interface IMethodSettings

The IMethodSettings type exposes the following members.

Properties

  NameDescription
Public propertyIsStrict
Can set one method of the mock to be Strict
Top
Events

  NameDescription
Public eventMockMethodCalled
Event that is fired after a mocked method is called and after validation is performed MockMethodCalledEventHandler
Top
Remarks

MethodSettings(String)
See Also

Reference