Singleton Pattern with TestContainers and SQL Server in C#
Dec 7, 2023 · 3 min read · When working with web services there is often data access which could benefit from some level of coverage in integration tests. That means re-creating our storage, whatever that may be, in our tests. A key consideration with how we create our storage...
Join discussion