aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Binders
Pranav K c72c80c101 Add the ability to correctly determine if a particular field has been validated.
There are several portions of model validation that attempt to avoid
revalidating if a field has been validated. However the behavior of
ModelStateDictionary makes it difficult to distinguish between an
unvalidated field and a field without validation errors. This change
resolves this issue by letting the caller distinguish between the two
cases.
2014-03-31 12:40:38 -07:00
..
ArrayModelBinderTest.cs Merge two `TypeExtensions` classes into Common\TypeExtensions.cs 2014-03-19 09:53:40 -07:00
CollectionModelBinderTest.cs Merge two `TypeExtensions` classes into Common\TypeExtensions.cs 2014-03-19 09:53:40 -07:00
ComplexModelDtoResultTest.cs
ComplexModelDtoTest.cs Replacing argument not null checks in ModelBinding with NotNullAttribute 2014-03-25 12:35:33 -07:00
CompositeModelBinderTest.cs Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00
DictionaryModelBinderTest.cs Merge two `TypeExtensions` classes into Common\TypeExtensions.cs 2014-03-19 09:53:40 -07:00
KeyValuePairModelBinderTest.cs Merge two `TypeExtensions` classes into Common\TypeExtensions.cs 2014-03-19 09:53:40 -07:00
ModelBindingContextTest.cs Updating test projects to use Microsoft.AspNet.Testing 2014-03-25 15:10:58 -07:00
MutableObjectModelBinderTest.cs Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00
TypeConverterModelBinderTest.cs Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00