Featured
How I Use xUnit’s Theory to Test Switch Statement Expressions
Recently for a .NET Core project, I took advantage of xUnit’s Theory annotation so that I could avoid writing a Fact for every case in the switch statement.
C# •
November 30, 2022