aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
dougbu 1a4d59ae14 Enable us to unit test `@Html...For()` methods
- add more `DefaultTemplatesUtilities.GetHtmlHelper()` overloads, all
  returning a strongly-typed helper
- also correct that method to ensure template helpers each get a unique
  `IHtmlHelper` instance
2014-06-27 15:56:35 -07:00
..
DefaultDisplayTemplatesTests.cs Enable us to unit test `@Html...For()` methods 2014-06-27 15:56:35 -07:00
DefaultEditorTemplatesTests.cs Enable us to unit test `@Html...For()` methods 2014-06-27 15:56:35 -07:00
DefaultTemplatesUtilities.cs Enable us to unit test `@Html...For()` methods 2014-06-27 15:56:35 -07:00
HtmlAttributePropertyHelperTest.cs
ViewContextTests.cs
ViewDataOfTTest.cs