MockBehavior Enumeration

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Options to customize the behavior of the mock.

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

Syntax

C#
public enum MockBehavior

Members

Member nameDescription
Strict
Loose
Default

See Also