aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
N. Taylor Mullen 09af7bb77b Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive.
- This involved adding the StringComparer.OrdinalIgnoreCase comparer to the TagBuilder's Attributes dictionary.
- Added tests to validate that all methods that made use of TagBuilder.Attributes abide by the new ignore case mechanic.
- Added two sets of tests to validate the new functionality of Object => Dictionary HTML helper tests.
- Modified a functional test that utilizes HTML Helpers to provide same attribute-different case objects.
- Fixed existing HTML helper tests to account for new ordering of attrbutes (dictionary no longer adds key value pairs, it sets them).

#1328
2014-10-26 13:15:09 -07:00
..
ActionResults Replacing ViewResultBase with ViewExecutor 2014-10-22 08:47:22 -07:00
AntiXsrf
ApplicationModel Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
Description Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
Filters
Formatters Replacing ViewResultBase with ViewExecutor 2014-10-22 08:47:22 -07:00
Internal Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive. 2014-10-26 13:15:09 -07:00
Logging
OptionDescriptors
ParameterBinding Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
Properties
Rendering Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive. 2014-10-26 13:15:09 -07:00
Routing
TestFiles
Utils
ViewComponents Replacing ViewResultBase with ViewExecutor 2014-10-22 08:47:22 -07:00
ActionExecutorTests.cs
BodyModelBinderTests.cs
ControllerActionDescriptorProviderTests.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
ControllerActionInvokerTest.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
ControllerTests.cs
CopyOnWriteDictionaryTest.cs
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTests.cs
StaticAssemblyProvider.cs Refactoring the ControllerActionDescriptorProvider 2014-10-23 12:25:25 -07:00
StaticControllerModelBuilder.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewDataDictionaryTest.cs
project.json