aspnetcore/test/Microsoft.AspNet.Mvc.Extens...
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
..
AntiXsrf Split Mvc.Core 2015-06-09 02:12:13 -07:00
Authorization Split Mvc.Core 2015-06-09 02:12:13 -07:00
Cors Split Mvc.Core 2015-06-09 02:12:13 -07:00
ModelBinding Split Mvc.Core 2015-06-09 02:12:13 -07:00
Properties Split Mvc.Core 2015-06-09 02:12:13 -07:00
Rendering Demonstrate #1485, #1487, #2662, #2664 in functional and unit tests 2015-06-10 10:22:40 -07:00
TestFiles Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponents Split Mvc.Core 2015-06-09 02:12:13 -07:00
ActionFilterAttributeTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
BadRequestObjectResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
BadRequestResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ChallengeResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ConsumesAttributeTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ContentResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ControllerTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ControllerUnitTestabilityTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
CreatedAtActionResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
CreatedAtRouteResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
CreatedResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
EmptyResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FileContentResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FilePathResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FileResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FileStreamResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FormatFilterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FormatterMappingsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpNotFoundObjectResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpNotFoundResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpStatusCodeResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpUnauthorizedResultTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
JsonInputFormatterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
JsonOutputFormatterTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
JsonPatchInputFormatterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
JsonResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
Microsoft.AspNet.Mvc.Extensions.Test.xproj Split Mvc.Core 2015-06-09 02:12:13 -07:00
MockAuthorizationOptionsAccessor.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
MockMvcOptionsAccessor.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
MockMvcViewOptionsAccessor.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
MvcCacheOptionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
PartialViewResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ProducesAttributeTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
RedirectResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
RedirectToActionResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
RedirectToRouteResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
RemoteAttributeTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
RequireHttpsAttributeTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
Resources.resx Split Mvc.Core 2015-06-09 02:12:13 -07:00
ResponseCacheAttributeTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ResponseCacheFilterTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ResultFilterAttributeTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
SerializableErrorTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ServiceBasedControllerActivatorTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
SkipStatusCodePagesAttributeTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentTests.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewDataDictionaryOfTModelTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewDataDictionaryTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewEngineDescriptorExtensionsTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewEngineDescriptorTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewExecutorTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewResultTest.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
project.json Split Mvc.Core 2015-06-09 02:12:13 -07:00