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

Moq

Collapse imageExpand ImageCopy imageCopyHover image

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

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, T6, T7>(
	Action<T> eventExpression,
	Func func
)

Type Parameters

T1
T2
T3
T4
T5
T6
T7

See Also