aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
jacalvar 2eec0bbf6d [Fixes #1035] RouteGroupConstraint should only be added once for non attribute routed actions
1. Changed ReflectedActionDescriptorProvider to add RouteGroupConstraint only once
   for non attribute routed actions.

2. Added tests to cover the scenario.
2014-08-19 13:14:56 -07:00
..
ActionResults Fix Challenge params order. 2014-08-07 16:03:34 -07:00
AntiXsrf
Filters ProducesAttribute + 2014-08-11 17:52:55 -07:00
Formatters 1. Moving input formatting related classes to MVC Core.(for tests as well). 2014-08-18 17:07:19 -07:00
Internal/DecisionTree implement a decision-tree-based action selector 2014-08-14 15:45:45 -07:00
Logging Implementing ILoggerFactory.AddProvider 2014-08-15 16:34:14 -07:00
OptionDescriptors 1. Moving input formatting related classes to MVC Core.(for tests as well). 2014-08-18 17:07:19 -07:00
ParameterBinding
Properties
ReflectedModelBuilder [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
Rendering Enabling basic input formatter selection. 2014-08-19 12:46:52 -07:00
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 implement a decision-tree-based action selector 2014-08-14 15:45:45 -07:00
ActionExecutorTests.cs
ControllerTests.cs Enabling basic input formatter selection. 2014-08-19 12:46:52 -07:00
CopyOnWriteDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
DefaultActionDiscoveryConventionsActionSelectionTests.cs implement a decision-tree-based action selector 2014-08-14 15:45:45 -07:00
DefaultActionDiscoveryConventionsTests.cs
DefaultActionSelectorTests.cs Implement RouteKeyHandling.CatchAll 2014-08-14 15:59:09 -07:00
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs Enabling basic input formatter selection. 2014-08-19 12:46:52 -07:00
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 JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Issue #862 Extensibility for action invoker 2014-08-14 13:25:52 -07:00
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs [Fixes #1035] RouteGroupConstraint should only be added once for non attribute routed actions 2014-08-19 13:14:56 -07:00
ReflectedActionInvokerTest.cs Enabling basic input formatter selection. 2014-08-19 12:46:52 -07:00
RouteTemplateProviderAttributesTests.cs [Issue #733] Attribute Routing: Implement Order 2014-08-14 11:21:05 -07:00
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs
TestController.cs Correct XML comment syntax 2014-08-05 14:24:48 -07:00
TypeHelperTest.cs
UrlHelperTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
ViewComponentTests.cs
ViewDataDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
ViewResultTest.cs Updating tests using Moq to workaround Roslyn changes 2014-08-04 17:13:19 -07:00
project.json ProducesAttribute + 2014-08-11 17:52:55 -07:00