Sign in Sign up
nuget

GM.Testing.Fakes

In-memory fakes of the core GM.* infrastructure abstractions, so unit tests run without real infra: FakeCacheService (ICacheService, with inspection), FakeDistributedLock (IDistributedLock, real in-process mutual exclusion so lock-guarded code can be tested, or an always-acquire mode), and FakeFileStorageService (IFileStorageService backed by byte arrays, honouring checksums and not-found semantics). Each exposes assertion-friendly inspection (keys, counts, stored bytes). Register with AddGMTestingFakes() or drop the instance into a GmWebApplicationFactory override. Test-only (DevelopmentDependency).

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
2
Cadence
~24 days
Last 12 months
2

Details

License
MIT
First release
Aug 07, 2026
Releases
Version Released
1.0.1 patch
1.0.0 initial