Perform Behavior tweaking on methods rather then the whole mocked type
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.8.0 (9.3.8.0)
Syntax
The IMethodSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsStrict |
Can set one method of the mock to be Strict
|
Events
| Name | Description | |
|---|---|---|
| MockMethodCalled |
Event that is fired after a mocked method is called and after validation is performed
MockMethodCalledEventHandler |
Remarks
See Also