Testing Routes for Web Api Controllers
In this post I will describe in detail how to perform integration tests on Web Api controllers, including routes and authentication. I am going to use the same Angular MVC application I used in many of my Angular posts. In this application I use Structure Map dependency resolution, but the same testing approach will apply …