aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Javier Calvarro Nelson 63d9625536 [Issue #730] Attribute Routing: Flesh out attributes - Part 2
1. Unsealed the Http*Attributes so that they can be extended and customized.
2. Added the same constructors as HttpGet to the rest of the Http*Attributes.
3. Added unit tests to validate the implementations for the IActionHttpMethodProvider.
4. Added functional tests to cover extra attribute routing scenarios like a test for an
   action with an HttpDeleteAttribute on it and action with AcceptVerbsAttribute and an
   action with a custom HttpMergeAttribute implemented.
2014-08-14 11:21:03 -07:00
..
compiler/resources
ActivatorTests.cs Make RazorPage.IUrlHelper a non-public property 2014-08-12 10:12:23 -07:00
AntiForgeryTests.cs Adding a functional test for anti forgery. 2014-08-13 15:00:00 -07:00
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
DependencyResolverTests.cs
HttpResponseHelpers.cs
InlineConstraintTests.cs
InputFormatterTests.cs 1. Introducing XML Input Formatters. 2014-07-29 15:04:23 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
ModelBindingTests.cs Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00
NullLoggerFactory.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
ResourceHelpers.cs
RoutingTests.cs [Issue #730] Attribute Routing: Flesh out attributes - Part 2 2014-08-14 11:21:03 -07:00
TestApplicationEnvironment.cs Added Configuration to TestApplicationEnvironment 2014-07-10 10:22:24 -07:00
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Added Logging to Mvc 2014-08-01 15:33:47 -07:00
ValueProviderTests.cs Adding TextPlainFormatter to always handle returning strings as text\plain format. 2014-08-01 13:47:23 -07:00
ViewEngineTests.cs RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00
project.json Introducing ByteArrayModelBinder. 2014-08-13 15:15:52 -07:00