How to easily test WCF Web Api services
Posted by: eXtensible mind,
on 19 May 2011 |
View original | Bookmarked: 0 time(s)
Given the many cross-cutting concerns you can cover using the new Web API pipeline, its not a bad idea to have a bunch of integration-style tests that cover the actual running service end to end. This is pretty straightforward nowadays: create the service host, open, close on cleanup. Add the Http host configuration from the [...]...