aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak 07fabde92a Part 3 of #2776 - revert a6ce9abab1 and add
some more tests.

This change reverts the behavior change from
a6ce9abab1 and adds more tests around the
scneario that was actually broken.

The right behavior is that unconvertable values result in a validation
error. There's no special behavior around value types and required values.
2015-08-16 16:20:44 -07:00
..
Metadata Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
Validation Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ArrayModelBinderTest.cs Fix #2776 - Add implicit [BindRequired] for value type properties 2015-08-13 15:35:54 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs Reacting to DI changes 2015-08-07 10:50:25 -07:00
BindingSourceModelBinderTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
BindingSourceValueProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BodyModelBinderTests.cs Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
ByteArrayModelBinderTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
CancellationTokenModelBinderTests.cs Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
CollectionModelBinderTest.cs Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
ComplexModelDtoTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeModelBinderTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
CompositeValueProviderTest.cs Make `CompositeValueProvider` consistent with `IBindingSourceValueProvider` contract 2015-08-06 16:05:13 -07:00
DictionaryBasedValueProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DictionaryModelBinderTest.cs Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
ElementalValueProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
EnumerableValueProviderTest.cs Make `CompositeValueProvider` consistent with `IBindingSourceValueProvider` contract 2015-08-06 16:05:13 -07:00
FormCollectionModelBinderTest.cs Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
FormFileModelBinderTest.cs Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
FormValueProviderFactoryTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
HeaderModelBinderTests.cs Correct test expectations 2015-06-01 12:15:39 -07:00
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 Add `ModelBindingContext.IsFirstChanceBinding` and `IsTopLevelObject` 2015-06-24 09:17:29 -07:00
ModelBindingContextTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingResultTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MutableObjectModelBinderTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
QueryStringValueProviderFactoryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ReadableStringCollectionValueProviderTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
SimpleHttpValueProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestValueProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TypeConverterModelBinderTest.cs Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
TypeMatchModelBinderTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00