aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 1bae3bcaa2 Issue #592 - ActionResult is not being executed by ResultFilterAttribute
The issue here is actually different than described in the bug.
ResultFilter should only short circuit when .Cancel is set to true. This
is consistent with legacy MVC.

Added tests for all of this stuff. There's already good test coverage for
the invoker, what was missing was coverage for the attributes and for the
methods on Controller. ExceptionFilterAttribute and
AuthorizationFilterAttribute don't have short circuiting logic inside of
them, so they are already covered by tests for the invoker.
2014-06-16 12:42:59 -07:00
..
ActionResults
AntiXsrf Renaming AntiForgeryConfig-> AntiForgeryOptions. 2014-06-12 16:55:49 -07:00
Filters Issue #592 - ActionResult is not being executed by ResultFilterAttribute 2014-06-16 12:42:59 -07:00
Properties
Rendering
ActionAttributeTests.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
ActionExecutorTests.cs
ActionSelectionConventionTests.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
ControllerTests.cs Issue #592 - ActionResult is not being executed by ResultFilterAttribute 2014-06-16 12:42:59 -07:00
DefaultActionSelectorTest.cs Cache action descriptor providers and provide a race safe data structure to get the version. 2014-06-06 15:19:30 -07:00
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs This additional constraint enables adding a route to the template (and potentially to the UseMvc method) without actually implementing the actual artifact. 2014-06-16 11:24:22 -07:00
Microsoft.AspNet.Mvc.Core.Test.kproj Issue #592 - ActionResult is not being executed by ResultFilterAttribute 2014-06-16 12:42:59 -07:00
MvcOptionsTests.cs Renaming AntiForgeryConfig-> AntiForgeryOptions. 2014-06-12 16:55:49 -07:00
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs Enable request to reach base controller class's action 2014-06-11 10:57:19 -07:00
ReflectedActionInvokerTest.cs Use default values when binding action arguments 2014-06-09 11:44:26 -07:00
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs Mvc Changes corresponding to Routing DI changes. Refer pr#63 2014-06-06 17:22:06 -07:00
ViewComponentTests.cs Remove ComponentResultHelper 2014-06-11 11:32:22 -07:00
ViewResultTest.cs
project.json