Testing WebApi with Self Host.
VS 2013 solutions.
Rebuild the solution, let nuget install dependencies,
Run the tests
- use route template for web api routing.
- use route attributes for web api routing.
- default Ioc for integrated testing.
- mocked Ioc for unit testing.
- Priority of Ioc over Default constructor.
- making sdk using WebClient for controllers
- unit test of the sdk
- need to use "localhost" for url, and run VS with administrator mode
- token based authentication
- unit test of authentication
- need to use "localhost" for url, and run VS with administrator mode