aspnetcore/test/Microsoft.AspNetCore.Routin...
Ryan Nowak 00e99dbbb2 Flesh out experimental matchers
This change improves this area a bit by consolidating the matcher
implementations between the benchmarks project and the conformance
tests.

Additionally I split the minimal matcher into a really trivial
implementation for the simple tests and a more complex one for the
larger tests. This allows us to keep the plaintext/techempower scenario
in sight while also having a good baseline for the more sophisticated
tests.

Also starting to add tests that verify that matchers behave as expected.

The matchers now successfully execute all of these benchmarks, which
means that they support literals and parameters.

Missing features:
- complex segments
- catchall
- default values
- optional parameters
- constraints
- complex segments with file extensions

This is a good place to iterate a bit more of perf and try to make a
decision about what we want to implement.
2018-06-15 15:43:50 -07:00
..
Constraints
EndpointConstraints Added initial support for link generation when using Dispatcher 2018-06-14 15:31:30 -07:00
Internal Added initial support for link generation when using Dispatcher 2018-06-14 15:31:30 -07:00
Logging
Matchers Flesh out experimental matchers 2018-06-15 15:43:50 -07:00
Template
TestObjects Added initial support for link generation when using Dispatcher 2018-06-14 15:31:30 -07:00
Tree
BuilderExtensionsTest.cs
ConstraintMatcherTest.cs
DefaultEndpointFinderTest.cs Added initial support for link generation when using Dispatcher 2018-06-14 15:31:30 -07:00
DefaultInlineConstraintResolverTest.cs
DefaultLinkGeneratorTest.cs Added initial support for link generation when using Dispatcher 2018-06-14 15:31:30 -07:00
DispatcherMiddlewareTest.cs
InlineRouteParameterParserTests.cs
Microsoft.AspNetCore.Routing.Tests.csproj Flesh out experimental matchers 2018-06-15 15:43:50 -07:00
RequestDelegateRouteBuilderExtensionsTest.cs
RouteBuilderTest.cs
RouteCollectionTest.cs
RouteConstraintBuilderTest.cs
RouteOptionsTests.cs
RouteTest.cs
RouterMiddlewareTest.cs
RoutingBuilderExtensionsTest.cs
TemplateParserDefaultValuesTests.cs