Behavior Property

Moq

Collapse imageExpand ImageCopy imageCopyHover image
Behavior of the mock, according to the value set in the constructor.

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

Syntax

C#
public virtual MockBehavior Behavior { get; internal set; }

See Also