aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Doug Bunting 8eb63271b5 Make HTML helper parameter names consistent
- #944
- name `string` expression name and `Expression<Func<TModel, TResult>>`
  parameters "expression"
 - single special case is `GenerateIdFromName(string fullName)` since every
   other expression name is relative to the current
   `ViewData,TemplateInfo.HtmlFieldPrefix` value
 - applied from `IHtmlHelper` and `IHtmlGenerator` on up
- name `IHtmlHelper` and `IHtmlHelper<TModel>` parameters "htmlHelper"
- rename `TProperty` and `TValue` type parameters to `TResult`

nits:
- clean up abbreviated names in `CachedExpressionCompiler`
- change `ObjectToDictionary()`'s parameter name to `value`
- use `nameof` more to make renaming (and refactoring) easier in the future
- rewrap parameters and arguments to avoid long lines and orphans
2015-02-17 17:53:53 -08:00
..
ActionResults added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
AntiXsrf React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
ApplicationModel React to Authorize changes 2015-02-16 15:40:57 -08:00
Description Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
Filters React to Authorize changes 2015-02-16 15:40:57 -08:00
Formatters Replaced status code number with constants 2015-02-05 16:43:59 -08:00
Internal Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
Logging
OptionDescriptors Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ParameterBinding Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Properties
Rendering Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
Routing Fix for #1913 - Improve attribute route link generation for areas 2015-02-11 15:59:48 -08:00
TestFiles
Utils
ViewComponents ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
ActionConstraintValuesTest.cs
ActionDescriptorValuesTest.cs
ActionExecutorTests.cs
ActionModelValuesTest.cs
ApiExplorerModelValuesTest.cs
AttributeRouteInfoValuesTest.cs
AttributeRouteModelValuesTest.cs
BodyModelBinderTests.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ConsumesAttributeTests.cs [Fix for #1850]Produces, Consumes and ObjectResult throw if there is a match all content type. 2015-01-30 15:54:58 -08:00
ControllerActionDescriptorBuilderTest.cs Provided a way to add data to ActionDescriptor from ApplicationModel. 2015-01-26 15:20:02 -08:00
ControllerActionDescriptorProviderTests.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
ControllerActionInvokerTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ControllerModelValuesTest.cs
ControllerTests.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ControllerUnitTestabilityTests.cs * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
DefaultActionDescriptorCollectionProviderLoggingTest.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
DefaultAssemblyProviderTests.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
DefaultControllerActivatorTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
DefaultControllerFactoryTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
DefaultControllerTypeProviderTest.cs * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
DefaultInputFormatterSelectorTests.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
DefaultViewComponentActivatorTests.cs Issue #1525 - Enhancements to ActionContext 2015-01-27 14:35:31 -08:00
FilterDescriptorValuesTest.cs
FilterValuesTest.cs
FormatterMappingsTest.cs Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments 2015-01-31 23:18:24 -08:00
HttpMethodProviderAttributesTests.cs
JsonResultTest.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Correct recent checkins 2015-02-12 08:53:17 -08:00
MockModelBinderProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MockModelValidatorProviderProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MockMvcOptionsAccessor.cs
MockScopedInstance.cs Fixed build break. 2015-02-16 13:08:10 -08:00
MockValueProviderFactoryProvider.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
MvcOptionsTests.cs Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
MvcRouteHandlerTests.cs [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
RemoteAttributeTest.cs added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
RequireHttpsAttributeTests.cs React to HttpRequest.IsSecure being renamed 2015-02-17 11:15:56 -08:00
RouteConstraintProviderValuesTest.cs
RouteDataActionConstraintTest.cs
RouteDataActionConstraintValuesTest.cs
RouteTemplateProviderAttributesTest.cs
SerializableErrorWrapperTests.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
ServiceBasedControllerActivatorTest.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
TestController.cs
TestGlobalFilterProvider.cs
TestValueProvider.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
TypeHelperTest.cs
UrlHelperTest.cs added Link method to IUrlHelper 2015-02-16 13:38:12 -08:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
project.json [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00