aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
Ryan Nowak 71d4a2e1f0
Merge pull request #760 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-08-30 14:46:40 -07: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 Fix DfaMatcher to work with non-RouteEndpoint (#739) 2018-08-24 09:11:13 +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 Merge fixes 2018-08-22 20:42:53 +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