MockMockMethodCalled Event

Typemock Isolator Developer Guide
Event that is fired after a mocked method is called and after argument validation is performed MockMethodCalledEventHandler

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

public event MockMethodCalledEventHandler MockMethodCalled

Value

Type: TypeMockMockMethodCalledEventHandler
Remarks

To set an event per method see IMethodSettings
Note Note
When static methods are called events from ALL mocks of that type are triggered. So if a type is mocked for two instances, and both have AfterMock Events, both will be triggered after a static member of that type is called. This is because static methods are not associated with an instance.
See Also

Reference