Initializes an instance of the mock with default behavior.
Namespace:
Moq
Assembly:
Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)
Syntax
| C# |
|---|
public Mock() |
Examples
var mock = new Mock<IFormatProvider>();