aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak e2cb8e8ac8 A new and exciting implementation of action selection
This is an improved implementation of the ActionSelector for conventional
routing. This will do fewer dictionary lookups than the decision tree, and
will avoid OrdinalIgnoreCase hashing in the common case.
2017-05-05 17:54:09 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
ActionDescriptorCollectionProviderTest.cs
ActionSelectorTest.cs A new and exciting implementation of action selection 2017-05-05 17:54:09 -07:00
AttributeRouteTest.cs Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
AttributeRoutingTest.cs
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Fix #6140 - Allow linking between controller and page 2017-04-19 16:48:38 -07:00
ControllerActionInvokerCacheTest.cs
ControllerActionInvokerParameterBindingTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
ControllerActionInvokerTest.cs React to new ObjectMethodExecutor in Common 2017-05-03 15:40:02 +01:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs Use case invariant lookups for DependencyModel to workaround CLI version differences 2017-04-14 17:03:20 -07:00
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterFactoryTest.cs
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
MiddlewareFilterBuilderTest.cs
MiddlewareFilterConfigurationProviderTest.cs
MiddlewareFilterTest.cs React to new ObjectMethodExecutor in Common 2017-05-03 15:40:02 +01:00
ParameterDefaultValuesTest.cs React to new ObjectMethodExecutor in Common 2017-05-03 15:40:02 +01:00
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs