aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Javier Calvarro Nelson 3ab0c3af29 [Issue #733] Attribute Routing: Implement Order
1. Added an Order property to IRouteTemplateProvider, ReflectedAttributeRouteModel,
   AttributeRouteInfo, AttributeRouteLinkGenerationEntry and AttributeRouteMatchingEntry.

2. Changed the implementation of AttributeRoute to take the order into account when routing
   incomming requests and generating links.

3. Ensured a stable ordering of route entries with the same order and precedence for route
   matching and link generation based on the template text.

4. Added tests to validate that the precedence gets respected in route matching and link generation.

5. Added tests to validate that the order gets respected in route matching and link generation.

6. Added tests to validate that the order gets respected over the precedence for route matching
   and link generation.

7. Added tests to validate that routes with the same order and precedence expose a stable ordering
   for route matching and link generation.
2014-08-14 11:21:05 -07:00
..
ActionResults
AntiXsrf
Filters ProducesAttribute + 2014-08-11 17:52:55 -07:00
Formatters
Logging
OptionDescriptors
ParameterBinding
Properties
ReflectedModelBuilder [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
Rendering
Routing [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
ViewComponents ViewComponents should render partial views 2014-08-14 11:14:05 -07:00
ActionAttributeTests.cs
ActionExecutorTests.cs
ControllerTests.cs
DefaultActionDiscoveryConventionsActionSelectionTests.cs
DefaultActionDiscoveryConventionsTests.cs
DefaultActionSelectorTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
DefaultViewComponentActivatorTests.cs Introducing Activator for ViewComponents. 2014-08-13 14:22:43 -07:00
ExpiringFileInfoCacheTest.cs
HttpMethodProviderAttributesTests.cs [Issue #730] Attribute Routing: Flesh out attributes - Part 2 2014-08-14 11:21:03 -07:00
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs [Issue #730] Attribute Routing: Flesh out attributes - Part 1 2014-08-14 11:21:01 -07:00
ReflectedActionInvokerTest.cs
RouteTemplateProviderAttributesTests.cs [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json ProducesAttribute + 2014-08-11 17:52:55 -07:00