aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
Ryan Nowak 9a77c2bc1e Fix for #1448 - ViewComponents must be public top-level classes
ViewComponents and Controllers now follow the same rules exactly for what
types of classes they can be.

Also corrected a bug in a test for controllers. Closed-generic types can
be controllers, the test was wrong.
2014-10-28 12:36:07 -07:00
..
ActionModelTest.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
AttributeRouteModelTests.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
ControllerModelTest.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
DefaultActionModelBuilderTest.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
DefaultControllerModelBuilderTest.cs Fix for #1448 - ViewComponents must be public top-level classes 2014-10-28 12:36:07 -07:00
ParameterModelTest.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00