1 results for tag "csharp-testing"
C# and .NET testing patterns built on xUnit, FluentAssertions, NSubstitute/Moq for mocking, `WebApplicationFactory` for ASP.NET Core integration tests, and Testcontainers for real PostgreSQL infrastructure. Covers Arrange-Act-Assert, `[Theory]` parameterized tests with `MemberData`, test data builders, and common anti-patterns to avoid.