Enum DbContextTestMode
Selects how FastMoq should provision a DbContext test double.
Namespace: FastMoq
Assembly: FastMoq.Database.dll
Syntax
public enum DbContextTestMode
Fields
| Name | Description |
|---|---|
| MockedSets | Use the existing DbContextMock and DbSet mock behavior. |
| RealInMemory | Create a real DbContext backed by EF Core's in-memory provider. |