warriordog/ModShark

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

Offen

#22 geöffnet am 09.07.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (2 Forks)auto 404
good first issuetestsver:Patch

Repository-Metriken

Stars
 (10 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide