aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 39fe063aee Fix #2330 - Reimagine *FormatterContext
This change simplifies InputFormatterContext/OutputFormatterContext by
swapping ActionContext for HttpContext.

This change is important especially for InputFormatterContext as it
decouples ModelState from ActionContext - allowing us to fix a
related bug where the _wrong_ ModelState can be passed in for a
TryUpdateModel operation.
2015-05-12 11:05:56 -07:00
..
ActionResults Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
AntiXsrf React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ApplicationModel Part 2 of fix for #2248 - Support 'override' of attribute routes on action 2015-05-08 17:05:50 -07:00
Filters React to Http namespace changes. 2015-05-07 15:19:10 -07:00
Formatters Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
Internal React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ModelBinding React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ParameterBinding Adding tests for ActionParameters and TryUpdateModel 2015-05-08 19:11:03 -07:00
Properties Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Rendering React to Http namespace changes. 2015-05-07 15:19:10 -07:00
Routing React to Http namespace changes. 2015-05-07 15:19:10 -07:00
TestFiles Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
Utils Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewComponents React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ActionExecutorTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BindAttributeTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ConsumesAttributeTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ControllerActionDescriptorBuilderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerActionDescriptorProviderTests.cs Part 1 of fix for #2248 - Ambiguity when inheriting attribute routes 2015-05-08 17:05:45 -07:00
ControllerActionInvokerTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ControllerTests.cs [Fixes #2506] Added overload to Controller.Json to accept JsonSerializerSettings 2015-05-11 12:36:45 -07:00
ControllerUnitTestabilityTests.cs [Fixes #2506] Added overload to Controller.Json to accept JsonSerializerSettings 2015-05-11 12:36:45 -07:00
DefaultActionSelectorTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
DefaultAssemblyProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultControllerActivatorTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
DefaultControllerFactoryTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
DefaultControllerTypeProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ExcludeTypeValidationFilterExtensionsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormatterMappingsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpMethodProviderAttributesTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpResponseStreamWriterTest.cs Custom stream writer which avoids writing the BOM and does not flush or close the stream. 2015-05-11 13:27:05 -07:00
JsonResultTest.cs Custom stream writer which avoids writing the BOM and does not flush or close the stream. 2015-05-11 13:27:05 -07:00
KnownRouteValueConstraintTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Microsoft.AspNet.Mvc.Core.Test.xproj
MockMvcOptionsAccessor.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MockScopedInstance.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcOptionsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcRouteHandlerTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RemoteAttributeTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
RequireHttpsAttributeTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
Resources.resx
RouteDataActionConstraintTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RouteTemplateProviderAttributesTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ScopedInstanceTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SerializableErrorWrapperTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ServiceBasedControllerActivatorTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
SessionStateTempDataProviderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
SimpleTypeExcludeFilterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TempDataDictionaryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestGlobalFilterProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TypeHelperTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
UrlHelperTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ViewComponentTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewDataDictionaryOfTModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewDataDictionaryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewEngineDescriptorExtensionsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewEngineDescriptorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json