aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak 1e02fd2e6b Merge invoker back into one class
This will help future generations maintain this class. Notice that the
protected methods that are going away all just call into another
extensibility point (other than the executor). If we need to we could make
that extensible in the future and then we have the same support with fewer
hooks and less complexity.
2016-05-13 17:43:59 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
AttributeRouteTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
AttributeRoutingTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -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 [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
ControllerActionDescriptorProviderTests.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ControllerActionExecutorTests.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
ControllerActionInvokerCacheTest.cs [Fixes #4616] Filter caching is too aggressive 2016-05-11 16:58:45 -07:00
ControllerActionInvokerTest.cs Merge invoker back into one class 2016-05-13 17:43:59 -07:00
ControllerArgumentBinderTests.cs Refactor Argument Binder 2016-05-13 08:12:14 -07:00
DefaultApplicationModelProviderTest.cs [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
DefaultAssemblyPartDiscoveryProviderTest.cs DefaultAssemblyPartDiscoveryProvider.IsCandidateLibrary should not look at types in Mvc assemblies 2016-04-06 08:41:12 -07:00
DefaultBindingMetadataProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpMethodActionConstraintTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
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 React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs