aspnetcore/test/Microsoft.AspNetCore.Routin...
Ryan Nowak b2e4743c7d
Change benchmarks (#612)
Add benchmarks that include some HTTP method matching.

Clean up names and name like-kinded benchmarks alphabetically.

Matcher*Benchmark -> E2E including HTTP method selection
MatcherSelectCandidates*Benchmark -> Focused on just URL path processing
2018-07-14 17:21:05 -07:00
..
Constraints
EndpointConstraints Added support for route constraints in Dispatcher world 2018-07-13 14:18:54 -07:00
Internal Added a RouteValuesBasedEndpointFinder 2018-06-28 10:53:10 -07:00
Logging
Matchers Change benchmarks (#612) 2018-07-14 17:21:05 -07:00
Patterns Introduce RoutePattern (#585) 2018-07-13 18:01:46 -07:00
Template Introduce RoutePattern (#585) 2018-07-13 18:01:46 -07:00
TestObjects Added a RouteValuesBasedEndpointFinder 2018-06-28 10:53:10 -07:00
Tree
BuilderExtensionsTest.cs
ConstraintMatcherTest.cs
DefaultInlineConstraintResolverTest.cs
DefaultLinkGeneratorTest.cs Added support for route constraints in Dispatcher world 2018-07-13 14:18:54 -07:00
DispatcherApplicationBuilderExtensionsTest.cs Add application startup check that dispatcher is added to request pipeline (#614) 2018-07-15 11:50:55 +12:00
DispatcherMiddlewareTest.cs Added support for route constraints in Dispatcher world 2018-07-13 14:18:54 -07:00
EndpointMiddlewareTest.cs Add application startup check that dispatcher is added to request pipeline (#614) 2018-07-15 11:50:55 +12:00
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 IUrlHelper and support for RouteOptions.LowercaseUrls 2018-05-31 20:07:01 -07:00
RouteConstraintBuilderTest.cs
RouteOptionsTests.cs
RouteTest.cs
RouterMiddlewareTest.cs Initial DispatcherMiddleware tests (#529) 2018-06-07 21:47:06 +12:00
RoutingBuilderExtensionsTest.cs
TemplateParserDefaultValuesTests.cs