Enum OptionalParameterResolutionMode
Controls how FastMoq resolves optional parameters when it needs to supply values automatically.
Namespace: FastMoq
Assembly: FastMoq.Core.dll
Syntax
public enum OptionalParameterResolutionMode
Fields
| Name | Description |
|---|---|
| ResolveViaMocker | Resolve optional parameters through the normal FastMoq pipeline, which may create mocks or concrete instances. |
| UseDefaultOrNull | Use the declared default value when present; otherwise pass null. |