aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Doug Bunting 3ced6016a1 Deep copy user's select list before making changes
- #524
- add tests of `DropDownList` and `ListBox` HTML helpers
- extend tests of `<select/>` tag helper
- add scenario to a functional test

New `HtmlHelperSelectTest` does not cover everything. In future (see #453):
- use non-`null` `optionLabel` and `htmlAttributes` arguments
- confirm value sources and their priorities
- mock an `IHtmlGenerator` and confirm how it is called
- mock an `IHtmlHelper` and confirm how extension methods call that
2015-02-12 20:56:53 -08:00
..
Expression
ViewEngine
BufferEntryCollectionTest.cs
DefaultDisplayTemplatesTest.cs Use `[Display(Order=x)]` to sort validation messages and properties 2015-01-29 09:31:05 -08:00
DefaultEditorTemplatesTest.cs Use `[Display(Order=x)]` to sort validation messages and properties 2015-01-29 09:31:05 -08:00
DefaultTemplatesUtilities.cs
HtmlAttributePropertyHelperTest.cs
HtmlHelperCheckboxTest.cs
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs
HtmlHelperLinkGenerationTest.cs Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs
HtmlHelperPasswordTest.cs
HtmlHelperSelectTest.cs Deep copy user's select list before making changes 2015-02-12 20:56:53 -08:00
HtmlHelperTest.cs
HtmlHelperValidationSummaryTest.cs Use `[Display(Order=x)]` to sort validation messages and properties 2015-01-29 09:31:05 -08:00
HtmlHelperValueExtensionsTest.cs
StringCollectionTextWriterTest.cs
TagBuilderTest.cs
ViewContextTests.cs
ViewDataOfTTest.cs