aspnetcore/test/Microsoft.AspNetCore.Http.T.../Internal
Doug Bunting 6725d68559 Move some implementations (all feature implementations) out of `.Internal` namespaces
- #549, #592
- move feature implementations to `Microsoft.AspNetCore.Http.Features` and `...Authentication.Features`
- move `DefaultHttpContext`, `HttpContextAccessor`, `HttpContextFactory`, `FormCollection` and
  `HeaderDictionary` to `Microsoft.AspNetCore.Http`
- move `FormFile` to `Microsoft.AspNetCore.Http.Internal`
 - that and `Microsoft.AspNetCore.Http.Authentication.Internal` are the remaining `.Internal` namespaces

nits:
- remove a couple of parameterless constructors
- add / fill subfolders to align with new namespaces
- remove all use of (unnecessary) "T:..." `<see cref=""/>` values
2016-03-30 16:01:37 -07:00
..
ApplicationBuilderTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
BufferingHelperTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
DefaultHttpRequestTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00
DefaultHttpResponseTests.cs Move some implementations (all feature implementations) out of `.Internal` namespaces 2016-03-30 16:01:37 -07:00