warriordog/ModShark

Create `FakeDbSet<T>` to allow mocking DB contexts

Aberta

#22 aberto em 9 de jul. de 2024

 (0 comentário) (0 reação) (0 responsável)C# (2 forks)auto 404
good first issuetestsver:Patch

Métricas do repositório

Stars
 (10 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Create a fake implementation of DbSet<T> that can be used in mocks. This will allow the remaining services to be tested.

Guia do colaborador