aspnetcore/test/Microsoft.AspNet.Routing.Tests/Template
harshgMSFT 1d3e41560c Routing DI Changes I:
Moving out Default Handler and IInlineConstraintResolver from RouteCollection.
	These are moved to a new interface IRouteBuilder, (instead of an IInlineConstraintResolver, it takes in an IServiceProvider).
	This means all RouteCollectionExtensions are moved to RouteBuilderExtensions.
2014-06-03 16:50:48 -07:00
..
TemplateBinderTests.cs
TemplateMatcherTests.cs
TemplateParserTests.cs
TemplateRouteTests.cs Routing DI Changes I: 2014-06-03 16:50:48 -07:00