aspnetcore/test/Microsoft.AspNet.Routing.Tests/Constraints
Ryan Nowak cc501bc025 HttpMethodConstraint -> HttpMethodRouteConstraint
This is consistent with other constraint types in routing, and avoids a
naming conflict with MVC.

This is a change **away** from the names used in System.Web and
System.Web.Http.Routing, but it seems worth doing for consistency and
clarity.
2015-12-14 10:10:17 -08:00
..
AlphaRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
BoolRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
CompositeRouteConstraintTests.cs Fix #248 Add HttpMethodRouteConstraint 2015-12-14 08:52:47 -08:00
ConstraintsTestHelper.cs Fix #248 Add HttpMethodRouteConstraint 2015-12-14 08:52:47 -08:00
DateTimeRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
DecimalRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
DoubleRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
FloatRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
GuidRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
HttpMethodRouteConstraintTests.cs HttpMethodConstraint -> HttpMethodRouteConstraint 2015-12-14 10:10:17 -08:00
IntRouteConstraintsTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
LengthRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
LongRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
MaxLengthRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
MaxRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
MinLengthRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
MinRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
RangeRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
RegexInlineRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
RegexRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00
RequiredRouteConstraintTests.cs Updating tests to use moq.netcore 2015-11-23 12:24:35 -08:00