aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
dougbu 1a4bd25e0f Add `[HiddenInput]`, `ModelMetadata.HideSurroundingHtml`, and `.Properties` tests
nits:
- add a few missing default `ModelMetadata` property value checks
- cleanup some redundancies in test data initializers
2014-08-15 12:33:58 -07:00
..
CompositeViewEngineTest.cs Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -07:00
DefaultDisplayTemplatesTests.cs Add `[HiddenInput]`, `ModelMetadata.HideSurroundingHtml`, and `.Properties` tests 2014-08-15 12:33:58 -07:00
DefaultEditorTemplatesTests.cs Add `[HiddenInput]`, `ModelMetadata.HideSurroundingHtml`, and `.Properties` tests 2014-08-15 12:33:58 -07:00
DefaultTemplatesUtilities.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
HtmlAttributePropertyHelperTest.cs
HtmlHelperDisplayNameExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperDisplayTextTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperLabelExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperNameExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
HtmlHelperValueExtensionsTest.cs Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
ViewContextTests.cs
ViewDataOfTTest.cs