ASP.NET Web API allows for in-memory integration tests where the application-under-test and the test fixture are both in the same app domain. This makes it simple for the test fixture to modify IOC container bindings to have various objects faked during the integration test.ASP.NET Web API allows for in-memory integratio