What’s New in xUnit v3? Essential Features to Supercharge Your Tests
Learn about the new features and improvements in xUnit v3.
Learn about the new features and improvements in xUnit v3.
Writing tests for Dapper is traditionally challenging due to two reasons. In this post, we will explore how to write integration test fixtures for Dapper queries using TestContainers in xUnit and how to reuse the database container across multiple tests.