aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting 42017faa21 Add `InputFormatterResult` and `InputFormatterContext.ModelName`
- #2722
- make communication of errors from formatters to `BodyModelBinder` explicit
  - `JsonInputFormatter` now adds errors to `ModelStateDictionary` with correct key
- change `InputFormatter.SelectCharacterEncoding()` to add an error and return `null` when it fails
  - one less `Exception` case and removes some duplicate code

nits:
- improve some doc comments (more `<inheritdoc/>`, `<paramref/>` and `<see/>`)
- add another two `BodyValidationIntegrationTests` tests
2015-09-19 21:36:38 -07:00
..
ActionParametersIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
ArrayModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
BodyValidationIntegrationTests.cs Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
ByteArrayModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
CancellationTokenModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
CollectionModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
DictionaryModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
FormCollectionModelBindingIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
FormFileModelBindingIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
GenericModelBinderIntegrationTest.cs Optimize async code in model binders 2015-09-08 09:42:34 -07:00
HeaderModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
KeyValuePairModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
ModelPrefixSelectionIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
MutableObjectModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
ServicesModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
SimpleTypeModelBinderIntegrationTest.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
TestMvcOptions.cs Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
TryUpdateModelIntegrationTest.cs
ValidationIntegrationTests.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
project.json