How to unit test a .NET Core project using xUnit
Basically the same instructions as given in the Microsoft site, which I attempt to make yet simpler for the beginner to get started. Another useful link: https://xunit.net/docs/getting-started/netfx/visual-studio#write-first-tests Step 1: Create a directory for the test project Create a new directory for the test project. Navigate to that directory Create a new solution using the command: …
Continue reading ‘How to unit test a .NET Core project using xUnit’ »