aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
James Newton-King 9df5918239
Clean up endpoint builder (#791)
2018-09-13 10:27:01 +12:00
..
BarebonesMatcher.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
BarebonesMatcherBuilder.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
BarebonesMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
CandidateSetTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
DataSourceDependentMatcherTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
DefaultEndpointSelectorTest.cs Improvements for IEndpointSelectorPolicy 2018-08-22 19:26:13 -07:00
DfaMatcherBuilderTest.cs Create collections on DfaNode as needed (#779) 2018-09-06 12:58:57 +12:00
DfaMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
DfaMatcherTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
DictionaryJumpTableTest.cs
EndpointMetadataComparerTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
FastPathTokenizerTest.cs
FullFeaturedMatcherConformanceTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
HttpMethodMatcherPolicyIntegrationTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
HttpMethodMatcherPolicyTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
ILEmitTrieFactoryTest.cs Address PR feedback, I hit merge too soon. 2018-08-29 19:46:25 -07:00
ILEmitTrieJumpTableTest.cs Add vectorized il-emit trie jump table 2018-08-29 19:30:02 -07:00
LinearSearchJumpTableTest.cs
MatcherAssert.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
MatcherConformanceTest.MultipleEndpoint.cs
MatcherConformanceTest.SingleEndpoint.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
MatcherConformanceTest.cs Move core endpoint types to HttpAbstractions (#703) 2018-08-29 17:07:35 +12:00
MatcherEndpointBuilderTest.cs Clean up endpoint builder (#791) 2018-09-13 10:27:01 +12:00
MultipleEntryJumpTableTest.cs
NonVectorizedILEmitTrieJumpTableTest.cs Add vectorized il-emit trie jump table 2018-08-29 19:30:02 -07:00
RouteEndpointComparerTest.cs Fix DfaMatcher to work with non-RouteEndpoint (#739) 2018-08-24 09:11:13 +12:00
RouteMatcher.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
RouteMatcherBuilder.cs Support policy arguments and resolving services by constructors (#753) 2018-08-29 14:51:34 +12:00
RouteMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
SingleEntryJumpTableTest.cs
TreeRouterMatcher.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
TreeRouterMatcherBuilder.cs Support policy arguments and resolving services by constructors (#753) 2018-08-29 14:51:34 +12:00
TreeRouterMatcherConformanceTest.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
VectorizedILEmitTrieJumpTableTest.cs Add vectorized il-emit trie jump table 2018-08-29 19:30:02 -07:00
ZeroEntryJumpTableTest.cs