aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../ViewComponents
Ryan Nowak 07085ca69b Remove IHttpContextAccessor from TempData
This change removes the dependency of TempData on the IHttpContextAccessor
by creating an ITempDataDictionaryFactory abstraction. In general, no one
will replace the factory, it's just indirection.

This allows us to drop our dependency on IHttpContextAccessor, and move it
to the functional tests where we specifically depend on it.

The bulk of code churn here is to update tests that use TempData.
2015-12-02 08:18:57 -08:00
..
ContentViewComponentResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
DefaultViewComponentActivatorTests.cs
DefaultViewComponentDescriptorProviderTest.cs
DefaultViewComponentSelectorTest.cs
HtmlContentViewComponentResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
JsonViewComponentResultTest.cs
ViewComponentConventionsTest.cs
ViewComponentMethodSelectorTest.cs
ViewViewComponentResultTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00