DefaultValue Property

Moq 2.6

Specifies the behavior to use when returning default values for unexpected invocations.

Namespace:  Moq
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
DefaultValue DefaultValue { get; set; }

See Also