Specifies the mocked event that will be raised
when the expectation is met.
Namespace:
Moq.Language
Assembly:
Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)
Syntax
C# |
---|
IVerifies Raises<T1, T2, T3, T4>(
MockedEvent eventHandler,
Func<T1, T2, T3, T4, EventArgs> func
)
|
Type Parameters
- T1
- Type of the first argument received by the expected invocation.
- T2
- Type of the second argument received by the expected invocation.
- T3
- Type of the third argument received by the expected invocation.
- T4
- Type of the fourth argument received by the expected invocation.
See Also