aspnetcore/test/Microsoft.AspNet.Routing.Tests/Constraints
Ryan Nowak 604fc6bb54 Fix #248 Add HttpMethodRouteConstraint
Constraint code ported from WebAPI2. Tests are new.

Also a bunch of misc cleanup for constraints.
- Move IRouteConstraint to abstractions
- Fix namespace of a constraint
- Some general style cleanup
- use RouteValueDictionary in the public API
2015-12-14 08:52:47 -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 Fix #248 Add HttpMethodRouteConstraint 2015-12-14 08:52:47 -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