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
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionExecutorTests.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
ControllerActionInvokerCacheTest.cs
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
DefaultApplicationModelProviderTest.cs
DefaultBindingMetadataProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs
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