7 Common Mistakes Unit Testing ASP.NET Core Controllers (And How to Fix Them)
Unit testing ASP.NET Core controllers looks trivial until your first test passes for the wrong reason. You assert that an action returned Ok, the bar goes green, and six months later a refactor that q





