I'm currently trying to unit test an ApiController
I've created.
What I'm stumbling over is that for some reason I can't "use" System.Web.Http
. In my main project though I can use the using
without any problem (and thus use IHttpActionResult
).
Now what I'm not getting is why is it not possible in the unit test Project? Am I overlooking here something or do I need to do something differently?