aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
jacalvar 25838cee55 [Fixes #911] RequireHttpsAttribute does not exist in MVC 6
1. GET requests will be redirected to the equivalent HTTPS url.
2. Requests with any other http method will fail with a 400.
2014-09-15 13:07:30 -07:00
..
ActionResults 1. Moving the HttpNotAcceptableOutputFormatter to product code. 2014-09-12 14:14:44 -07:00
AntiXsrf
Filters Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
Formatters 1. Moving the HttpNotAcceptableOutputFormatter to product code. 2014-09-12 14:14:44 -07:00
Internal Handle IBuilder rename to IApplicationBuilder. 2014-09-10 14:12:08 -07:00
Logging Implementing ILoggerFactory.AddProvider 2014-08-15 16:34:14 -07:00
OptionDescriptors GetSupportedContentTypes to take in declared and runtime type. 2014-09-12 13:56:30 -07:00
ParameterBinding Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
Properties
ReflectedModelBuilder [Fixes #739] Attribute Routing: Multiple routes per-action 2014-09-12 14:43:19 -07:00
Rendering Moving IModelValidatorProvider to Options 2014-08-26 11:53:32 -07:00
Routing Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ViewComponents ViewComponents should render partial views 2014-08-14 11:14:05 -07:00
ActionAttributeTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ActionExecutorTests.cs
ControllerTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
CopyOnWriteDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
DefaultActionDiscoveryConventionsActionSelectionTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DefaultActionDiscoveryConventionsTests.cs [Fixes #739] Attribute Routing: Multiple routes per-action 2014-09-12 14:43:19 -07:00
DefaultActionSelectorTests.cs Implement RouteKeyHandling.CatchAll 2014-08-14 15:59:09 -07:00
DefaultControllerActivatorTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs Enabling basic input formatter selection. 2014-08-19 12:46:52 -07:00
DefaultViewComponentActivatorTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ExpiringFileInfoCacheTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
HttpMethodProviderAttributesTests.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
JsonResultTest.cs GetSupportedContentTypes to take in declared and runtime type. 2014-09-12 13:56:30 -07:00
KnownRouteValueConstraintTests.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
MediaTypeWithQualityHeaderValueTests.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
Microsoft.AspNet.Mvc.Core.Test.kproj Removed source files from the project 2014-08-15 09:14:49 -07:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Issue #347: Throw a better exception when the user didn't add the MVC services. 2014-08-21 13:59:52 -07:00
PropertyHelperTest.cs
ReflectedActionDescriptorProviderTests.cs [Fixes #739] Attribute Routing: Multiple routes per-action 2014-09-12 14:43:19 -07:00
ReflectedActionInvokerTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
RequireHttpsAttributeTests.cs [Fixes #911] RequireHttpsAttribute does not exist in MVC 6 2014-09-15 13:07:30 -07:00
RouteTemplateProviderAttributesTests.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
StaticActionDiscoveryConventions.cs
StaticControllerAssemblyProvider.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs
ViewDataDictionaryTest.cs Modifying ViewDataDictionary and RouteValueDictionary to copy on write 2014-08-14 18:18:54 -07:00
ViewResultTest.cs
project.json Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00