Interface IDbSetMock
Describes the setup operations used to prepare DbSet mocks for synchronous and asynchronous query execution.
Namespace: FastMoq.Models
Assembly: FastMoq.Database.dll
Syntax
public interface IDbSetMock
Methods
SetupAsyncListMethods()
Configures the asynchronous enumeration members required for EF Core async query support.
Declaration
void SetupAsyncListMethods()
SetupListMethods()
Configures the synchronous list and query members on the DbSet mock.
Declaration
void SetupListMethods()
SetupMockMethods()
Runs the full default setup pipeline for the DbSet mock.
Declaration
void SetupMockMethods()