






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 name | Description | |
|---|---|---|
| Strict | ||
| Loose | ||
| Default |







Namespace: Moq
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax| C# |
|---|
public enum MockBehavior |
Members| Member name | Description | |
|---|---|---|
| Strict | ||
| Loose | ||
| Default |
See Also