aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Doug Bunting 49ffeb16d2 Test fix: Change `CollectionModelBinderTest` to update `ModelMetadata.IsReadOnly`
- unrelated to #3482 except that I discovered the issue while investigating that issue
- tests previously set `BindingDetails.IsReadOnly` for a `Type` and that was ignored
 - same for `DictionaryModelBinderTest`
2016-02-26 15:58:09 -08:00
..
Metadata [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
Validation [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
ArrayModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
BinderTypeBasedModelBinderModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs [Fixes 3961] Consider InputFormatter behavior when we can't read the charset 2016-02-05 10:42:36 -08:00
ByteArrayModelBinderTests.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
CancellationTokenModelBinderTests.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
CollectionModelBinderTest.cs Test fix: Change `CollectionModelBinderTest` to update `ModelMetadata.IsReadOnly` 2016-02-26 15:58:09 -08:00
CompositeModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
DictionaryModelBinderTest.cs Test fix: Change `CollectionModelBinderTest` to update `ModelMetadata.IsReadOnly` 2016-02-26 15:58:09 -08:00
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
FormFileModelBinderTest.cs [Fixes #3915] Update FormFileModelBinder to avoid re-parsing the ContentDisposition header 2016-02-04 11:17:11 -08:00
FormValueProviderFactoryTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
FormValueProviderTest.cs
HeaderModelBinderTests.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
JQueryFormValueProviderFactoryTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
ModelBindingHelperTest.cs Fix behavior of StartsWithPrefix 2016-02-17 11:16:16 -08:00
ModelBindingResultTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
MutableObjectModelBinderTest.cs Rewrite MutableObjectModelBinder 2016-02-10 09:48:05 -08:00
QueryStringValueProviderFactoryTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
ServicesModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
SimpleTypeModelBinderTest.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
SimpleValueProvider.cs Fix behavior of StartsWithPrefix 2016-02-17 11:16:16 -08:00
StubModelBinder.cs Reducing ModelBindingContext allocations 2016-02-02 12:10:43 -08:00
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs