Raises(T1, T2, T3, T4, T5) Method (Action(T), Func)

Moq

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:Moq.Language.IRaise`1.Raises``5(System.Action{`0},System.Func`6)"]

Namespace: Moq.Language
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)

Syntax

C#
IVerifies Raises<T1, T2, T3, T4, T5>(
	Action<T> eventExpression,
	Func func
)

Parameters

eventExpression
Type: System..::..Action<(Of <(<'T>)>)>
func
Type: System..::..Func<(Of <(<'T1, T2, T3, T4, T5, TResult>)>)>

Type Parameters

T1
T2
T3
T4
T5

See Also