aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak fb81a5e11e Introducing ModelBinderFactory
This change separates model binding into IModelBinderProvider (decides
which binder to use) and IModelBinder (does binding). The
IModelBinderFactory is a new services with coordinates the creation of
model binders.
2016-03-29 15:45:14 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
AttributeRouteTest.cs
AttributeRoutingTest.cs An `ObjectPoolProvider` is always registered 2016-03-25 11:20:15 -07:00
AuthorizationApplicationModelProviderTest.cs [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
ClientValidatorCacheTest.cs Re-enable few tests on Mono 2016-02-04 16:53:09 -08:00
ControllerActionDescriptorBuilderTest.cs [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
ControllerActionDescriptorProviderTests.cs [Fixes #4237] Include Assembly-Qualified type name in ActionDescriptor.DisplayName 2016-03-16 15:26:25 -07:00
ControllerActionExecutorTests.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
ControllerActionInvokerCacheTest.cs [Perf] Optimize controller action invoke 2016-03-14 10:17:55 -07:00
ControllerActionInvokerTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ControllerArgumentBinderTests.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ControllerAsServicesTest.cs Make AddControllersAsServices not overwrite existing IControllerTypeProvider 2016-02-17 10:14:31 -08:00
DefaultApplicationModelProviderTest.cs [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
DefaultBindingMetadataProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HttpMethodActionConstraintTest.cs
ModelBinderExtensions.cs
ObjectMethodExecutorTest.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
PrefixContainerTest.cs Adding tests for PrefixContainer 2016-03-28 14:31:17 -07:00
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs Re-enable few tests on Mono 2016-02-04 16:53:09 -08:00