Test Your .NET Web API Like a Pro: First Integration Tests with xUnit
Writing code is fun. Keeping it working is what gets you hired.
In this post we’ll add integration tests that spin up your API in memory and make real HTTP calls to it.
Step 1 — Make Program visible to tests
At the bottom of your Program.cs, add thi...
silviublog.hashnode.dev2 min read