aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak 9b11c1d90f Fix #1276 - Implement WebAPI action conventions and overloading
This change adds ApplicationModel conventions that can enable WebAPI
action conventions (verb mapping) and WebAPI overloading.

The conventions activate when a controller has a marker attribute.
ApiController has this attribute, so any ported code will automatically
opt-in.

Also ported some old tests for action selection to our new functional test
framework.
2014-10-10 13:41:50 -07:00
..
compiler/resources Add TagHelper functional test. 2014-10-09 13:37:29 -07:00
ActivatorTests.cs
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs
CustomUrlHelperTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
InlineConstraintTests.cs
InputFormatterTests.cs
InputObjectValidationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
MvcSampleTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
MvcStartupTests.cs React to UsePerRequestServices 2014-10-09 14:17:04 -07:00
NullLoggerFactory.cs
OutputFormattterTests.cs
RazorInstrumentationTests.cs
ResourceHelpers.cs
RoutingTests.cs
TagHelpersTest.cs Add TagHelper functional test. 2014-10-09 13:37:29 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
ValueProviderTests.cs
VersioningTests.cs
ViewEngineTests.cs Support specifying paths starting with ~/ for layout and partial views 2014-10-09 17:15:09 -07:00
WebApiCompatShimActionSelectionTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
WebApiCompatShimBasicTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Add WebApiCompatShim project structure 2014-10-10 13:41:35 -07:00