Interface IFastMock<T>
Generic variant for convenience strongly typing Instance.
Namespace: FastMoq.Providers
Assembly: FastMoq.Abstractions.dll
Syntax
public interface IFastMock<T> : IFastMock where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Instance
Gets the usable mocked instance with its concrete type.
Declaration
T Instance { get; }
Property Value
| Type | Description |
|---|---|
| T |