aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Doug Bunting 4a813773d0 Make `CompositeValueProvider` consistent with `IBindingSourceValueProvider` contract
- #2907
- return `null` if `Filter()` finds no matching value provider in collection
- fix lack of defensiveness in model binders' use of `IBindingSourceValueProvider` implementations
- remove test workaround for unusual `CompositeValueProvider` behaviour
2015-08-06 16:05:13 -07:00
..
Metadata
Validation
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs
BindingSourceModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs
ComplexModelDtoTest.cs
CompositeModelBinderTest.cs
CompositeValueProviderTest.cs Make `CompositeValueProvider` consistent with `IBindingSourceValueProvider` contract 2015-08-06 16:05:13 -07:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs Make `CompositeValueProvider` consistent with `IBindingSourceValueProvider` contract 2015-08-06 16:05:13 -07:00
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs
FormValueProviderFactoryTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
JQueryFormValueProviderTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
KeyValuePairModelBinderTest.cs
ModelBindingContextTest.cs
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Remove a VS build warning 2015-07-17 08:50:28 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
SimpleHttpValueProvider.cs
TestValueProvider.cs
TypeConverterModelBinderTest.cs
TypeMatchModelBinderTest.cs