AtMost Method

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Specifies that a mocked method should be invoked callCount time as maximun.

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

Syntax

C#
public static Times AtMost(
	int callCount
)

Parameters

callCount
Type: System..::..Int32
The maximun number of times.

Return Value

An object defining the allowed number of invocations.

See Also