Interface IProviderBoundFastMock
Exposes the concrete provider instance that created the current IFastMock wrapper. Optional provider-extension interfaces can use this to opt into advanced behaviors without forcing every provider through the same surface.
Namespace: FastMoq.Providers
Assembly: FastMoq.Abstractions.dll
Syntax
public interface IProviderBoundFastMock : IFastMock
Properties
Provider
Gets the provider that created and owns the current tracked mock wrapper.
Declaration
IMockingProvider Provider { get; }
Property Value
| Type | Description |
|---|---|
| IMockingProvider |