aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Controllers
Ryan Nowak a2393f21be Adds ControllerBase to Mvc.Core
This change adds a base class for controllers to Mvc.Core that can be used
without a dependency on views, json, etc.

Most of the functionality on Controller moves to ControllerBase. I kept
the IActionFilter and IDisposable functionality on Controller since it's
not really a fit with the 'minimal' philosophy.
2015-12-14 10:29:55 -08:00
..
ActionExecutorTests.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
ControllerActionArgumentBinderTests.cs Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
ControllerActionDescriptorBuilderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ControllerActionDescriptorProviderTests.cs Moving Attribute Routing to Routing 2015-11-17 11:02:58 -08:00
ControllerActionInvokerTest.cs Remove IExcludeTypeFilter 2015-12-09 12:30:13 -08:00
DefaultControllerActivatorTest.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
DefaultControllerFactoryTest.cs Remove IExcludeTypeFilter 2015-12-09 12:30:13 -08:00
DefaultControllerTypeProviderTest.cs Adds ControllerBase to Mvc.Core 2015-12-14 10:29:55 -08:00
ServiceBasedControllerActivatorTest.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
TestController.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00