aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting e31eab0391 `ByteArrayModelBinder` should return `null` only when type is not matched
- #2456
- visible behaviours now match MVC 5
- prevent `CollectionModelBinder` from converting no value to `byte[0]`
- prevent `TypeConverterModelBinder` from converting empty value to `byte[] { '\0' }`

nit:
- remove additional delegates `ModelBindingTestHelper.GetOperationBindingContext()` calls
 - a few left despite #2625 cleanup
2015-06-01 12:20:17 -07:00
..
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
BodyValidationIntegrationTests.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
ByteArrayModelBinderIntegrationTest.cs `ByteArrayModelBinder` should return `null` only when type is not matched 2015-06-01 12:20:17 -07:00
CancellationTokenModelBinderIntegrationTest.cs `ByteArrayModelBinder` should return `null` only when type is not matched 2015-06-01 12:20:17 -07:00
CollectionModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
DictionaryModelBinderIntegrationTest.cs Enable tests for #2470 2015-05-28 14:57:50 -07:00
FormCollectionModelBindingIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
FormFileModelBindingIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
GenericModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
HeaderModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
KeyValuePairModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
MutableObjectModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
ServicesModelBinderIntegrationTest.cs `ByteArrayModelBinder` should return `null` only when type is not matched 2015-06-01 12:20:17 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs
TypeConverterModelBinderIntegrationTest.cs
ValidationIntegrationTests.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
project.json