aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
jacalvar cde1a95d49 [Fixes #900] Use [Route(...)] on action methods to specify an attribute route that allows all verbs.
1. Changed attribute usage on RouteAttribute.
2. Added a test on action discovery to ensure that actions with [Route] get discovered as
   attribute routed actions.
3. Added a test on reflected action descriptor provider to ensure that an action with [Route] on
   the controller and [Route] on the action results in an action that allows any Http method.
2014-09-10 10:11:42 -07:00
..
compiler/resources
ActivatorTests.cs
AntiForgeryTests.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs
DependencyResolverTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DirectivesTest.cs
FlushPointTest.cs
InlineConstraintTests.cs
InputFormatterTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs
MvcSampleTests.cs Issue #668: Sample should be covered by a basic functional test. 2014-09-04 14:07:46 -07:00
MvcStartupTests.cs
NullLoggerFactory.cs
OutputFormattterTests.cs
ResourceHelpers.cs
RoutingTests.cs [Fixes #900] Use [Route(...)] on action methods to specify an attribute route that allows all verbs. 2014-09-10 10:11:42 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Issue #668: Sample should be covered by a basic functional test. 2014-09-04 14:07:46 -07:00
ValueProviderTests.cs
ViewEngineTests.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
XmlOutputFormatterTests.cs
project.json Issue #668: Sample should be covered by a basic functional test. 2014-09-04 14:07:46 -07:00