aspnetcore/test/Microsoft.AspNet.Mvc.Extens.../Rendering
Doug Bunting afd5b4f2a6 Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests
- test additional cases _close_ to these bugs as well

for #1485
- show odd `@Html.CheckBox()`, `@Html.Hidden()` behaviour in unit tests
- show odd `@Html.TextBox()` behaviour in functional tests (templates)

for #1487
- show odd `@Html.Value()` behaviour in unit tests
- show odd `@Html.RadioButton()`, `@Html.TextArea()` behaviour in functional tests
- show lack of validation attributes for `@Html.RadioButton()`, `<select>` tag helper

for #2662
- show odd `@Html.RadioButton(string.Empty)` behaviour in functional tests

for #2664
- show failures with `@Html.ListBox()` in unit tests

nits:
- test `IHtmlHelper` methods, not extensions
- use `ViewData`, not `ViewBag` in `HtmlGeneration_FormController`
- name test methods a bit more consistently
- rename `HtmlHelperValueExtensionsTest` to `HtmlHelperValueTest`
2015-06-10 10:22:40 -07:00
..
Expression Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewEngine Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultDisplayTemplatesTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultEditorTemplatesTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultHtmlGeneratorTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultTemplatesUtilities.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlAttributePropertyHelperTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperCheckboxTest.cs Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests 2015-06-10 10:22:40 -07:00
HtmlHelperDisplayNameExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperDisplayTextTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperFormExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperFormTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperHiddenTest.cs Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests 2015-06-10 10:22:40 -07:00
HtmlHelperLabelExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperLinkGenerationTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperNameExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperPartialExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperPasswordTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperSelectTest.cs Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests 2015-06-10 10:22:40 -07:00
HtmlHelperTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperValidationSummaryTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HtmlHelperValueTest.cs Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests 2015-06-10 10:22:40 -07:00
StringCollectionTextWriterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TagBuilderTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TemplateRendererTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TestResources.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewContextTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewDataOfTTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00