xUnit And Moq – How To Master Unit Testing In C#
Interested in unit testing in C#? Let's look at xUnit and Moq for unit testing! We'll explore mocking external dependencies and the role of these in unit tests.
0 Comments
October 8, 2023
Moq is a popular (now infamous?) mocking framework used in the C# and dotnet ecosystem that allows us to write unit tests without concrete implementations being used.
Interested in unit testing in C#? Let's look at xUnit and Moq for unit testing! We'll explore mocking external dependencies and the role of these in unit tests.