Raises Method (Action(T), Func)

Moq

Collapse imageExpand ImageCopy imageCopyHover image

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

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

Syntax

C#
IVerifies Raises(
	Action<T> eventExpression,
	Func func
)

Parameters

eventExpression
Type: System..::..Action<(Of <(<'T>)>)>
func
Type: System..::..Func<(Of <(<'TResult>)>)>

See Also