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
BinderTypeBasedModelBinderModelBinderTest.cs
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
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs Test fix: Change `CollectionModelBinderTest` to update `ModelMetadata.IsReadOnly` 2016-02-26 15:58:09 -08:00
CompositeModelBinderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs
DictionaryModelBinderTest.cs Test fix: Change `CollectionModelBinderTest` to update `ModelMetadata.IsReadOnly` 2016-02-26 15:58:09 -08:00
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs
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
JQueryFormValueProviderFactoryTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs
ModelBindingHelperTest.cs Fix behavior of StartsWithPrefix 2016-02-17 11:16:16 -08:00
ModelBindingResultTest.cs
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
SimpleTypeModelBinderTest.cs
SimpleValueProvider.cs Fix behavior of StartsWithPrefix 2016-02-17 11:16:16 -08:00
StubModelBinder.cs
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs