aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
Ryan Nowak 3227de8c0b Fix #629 - Add logging to DfaMatcther
Adds logging for the most common things that can prevent an endpoint
from matching.

Note that we already have good logging in other parts of the system, the
stuff here completes the story by providing details at the debug level.
2018-09-30 15:59:25 -07:00
..
AsciiTest.cs
BarebonesMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
BarebonesMatcherBuilder.cs
BarebonesMatcherConformanceTest.cs
CandidateSetTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DataSourceDependentMatcherTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
DefaultEndpointSelectorTest.cs Make CandidateState (publicly) immutable 2018-09-30 14:09:59 -07:00
DfaMatcherBuilderTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DfaMatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
DfaMatcherTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -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
ILEmitTrieFactoryTest.cs
ILEmitTrieJumpTableTest.cs
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 Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MultipleEntryJumpTableTest.cs
NonVectorizedILEmitTrieJumpTableTest.cs
RouteEndpointComparerTest.cs
RouteMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
RouteMatcherBuilder.cs Make CandidateState (publicly) immutable 2018-09-30 14:09:59 -07:00
RouteMatcherConformanceTest.cs
SingleEntryAsciiJumpTableTest.cs
SingleEntryJumpTableTest.cs
SingleEntryJumpTableTestBase.cs
TreeRouterMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
TreeRouterMatcherBuilder.cs Make CandidateState (publicly) immutable 2018-09-30 14:09:59 -07:00
TreeRouterMatcherConformanceTest.cs
VectorizedILEmitTrieJumpTableTest.cs
ZeroEntryJumpTableTest.cs