aspnetcore/test
Doug Bunting 2982c72547 Add `Html.BeginForm()` and `Html.BeginRouteForm()` tests
- helps w/ #453 since `Html.BeginForm()` wasn't previously tested
- provide a `DefaultTemplatesUtilities.GetHtmlHelper()` overload with an
  `IHtmlGenerator` parameter
- update `DefaultTemplateUtilities` to use `DefaultHttpContext`
 - stop using a mock for this purpose; provides a non-`null` `Request`

nit:
- `DefaultTemplatesUtilities.GetHtmlHelperForViewData()` -> `...GetHtmlHelper()`
  for consistency with other overloads
2014-11-12 21:55:48 -08:00
..
Microsoft.AspNet.Mvc.Core.Test Add `Html.BeginForm()` and `Html.BeginRouteForm()` tests 2014-11-12 21:55:48 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Create a new routedata for each 'router' for MVC 2014-11-12 11:10:21 -08:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test React to aspnet/Razor#208 changes. 2014-11-07 11:54:30 -08:00
Microsoft.AspNet.Mvc.Razor.Test Regenerate .kproj files 2014-11-04 22:41:53 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Add `<option/>` tag helper 2014-11-07 14:11:12 -08:00
Microsoft.AspNet.Mvc.Test Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Regenerate .kproj files 2014-11-04 22:41:53 -08:00
WebSites Create a new routedata for each 'router' for MVC 2014-11-12 11:10:21 -08:00