aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
dougbu 56d66c090e Make HTML helper `null` handling consistent
- #874 lines 3, 4, and 6
- correct `Value()` to treat a `null` expression name the same as `string.Empty`
- add missing `[NotNull]` attributes in `EditorExtensions` and for `GenerateIdFromName()`
- consistently pass `null` for default expression names to the helpers
 - for example, from extension methods
- add test cases using `null` for expression name

nits:
- correct summary XML comment for `HtmlHelper` class
- use named parameters and prefer interface (not extension) methods in changed calls
- use `string.Empty` instead of `""` in a few tests
2014-08-06 16:04:56 -07:00
..
CompositeViewEngineTest.cs Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -07:00
DefaultDisplayTemplatesTests.cs Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -07:00
DefaultEditorTemplatesTests.cs Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -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