aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak bff94f169f Fix for issue #610 - Ignore internal and nested types
This change exludes internal and nested types from being treated as
controllers. This is consistent with MVC5's behavior.

DefaultActionSelectionConventions was primarily tested through running
action selection. I wanted to also test the methods with substantial logic
in this class, so I moved a spate of a classes from private classes inside of the
integration tests to public classes so they could be shared. I also added
tests to fill gaps in DefaultActionSelectionConventions, which is the vast
vast majority of this change.
2014-07-16 16:33:26 -07:00
..
ActionResults
AntiXsrf
Extensions
Filters
ParameterBinding
Properties
ReflectedModelBuilder
Rendering
Routing [#732] Attribute Routing: Implement `~/` for overriding a prefix 2014-07-16 09:40:38 -07:00
ActionAttributeTests.cs Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
ActionExecutorTests.cs
ControllerTests.cs
DefaultActionDiscoveryConventionsActionSelectionTests.cs Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
DefaultActionDiscoveryConventionsTests.cs Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
DefaultActionSelectorTest.cs
DefaultControllerActivatorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
ExpiringFileInfoCacheTest.cs Cache file info access in viewengine 2014-07-16 13:12:21 -07:00
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
ReflectedActionInvokerTest.cs
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs Fix for issue #610 - Ignore internal and nested types 2014-07-16 16:33:26 -07:00
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json