aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
James Newton-King 0ef4b4173c
Endpoint routing startup experience (#889)
2018-10-23 13:54:36 +13:00
..
AsciiTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
BarebonesMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
BarebonesMatcherBuilder.cs
BarebonesMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
CandidateSetTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DataSourceDependentMatcherTest.cs Misc polishing 2018-10-08 15:45:44 -07:00
DefaultEndpointSelectorTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DfaMatcherBuilderTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DfaMatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
DfaMatcherTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DictionaryJumpTableTest.cs
EndpointMetadataComparerTest.cs
FastPathTokenizerTest.cs
FullFeaturedMatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
HttpMethodMatcherPolicyIntegrationTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
HttpMethodMatcherPolicyTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07: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 Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MatcherConformanceTest.MultipleEndpoint.cs
MatcherConformanceTest.SingleEndpoint.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MatcherConformanceTest.cs Merge branch 'release/2.2' 2018-09-30 14:14:48 -07:00
MultipleEntryJumpTableTest.cs
NonVectorizedILEmitTrieJumpTableTest.cs Add vectorized il-emit trie jump table 2018-08-29 19:30:02 -07:00
RouteEndpointComparerTest.cs
RouteMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
RouteMatcherBuilder.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
RouteMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
SingleEntryAsciiJumpTableTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
SingleEntryJumpTableTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
SingleEntryJumpTableTestBase.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
TreeRouterMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
TreeRouterMatcherBuilder.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
TreeRouterMatcherConformanceTest.cs
VectorizedILEmitTrieJumpTableTest.cs Add vectorized il-emit trie jump table 2018-08-29 19:30:02 -07:00
ZeroEntryJumpTableTest.cs