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
Value
Type: TypeMockMockMethodCalledEventHandlerRemarks
![]() |
---|
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