Further reading
You can find more information about the materials discussed in this chapter by checking out the following resources:
- Types of Tests: https://learn.microsoft.com/en-us/dotnet/core/testing/
- Visual Studio Test Explorer: https://learn.microsoft.com/en-us/visualstudio/test/run-unit-tests-with-test-explorer
- xUnit: https://xunit.net/
- NUnit: https://nunit.org/
- MSTest: https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest
- The ObjectMother Pattern: https://www.martinfowler.com/bliki/ObjectMother.html
- Code Coverage: https://learn.microsoft.com/en-us/visualstudio/test/using-code-coverage-to-determine-how-much-code-is-being-tested