aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Doug Bunting 42cea41737 Fail more gracefully when option collections cleared
- #4690
- move `ModelBindingMessageProvider` init from `DefaultBindingMetadataProvider` to `DefaultModelMetadata`
 - in addition to avoiding error cases, this removes some boilerplate
- add specific errors to `BodyModelBinderProvider`, `CompilerCache`, `CompositeViewEngine`, `ModelBinderFactory`,
  and `ObjectResultExecutor`
 - `DefaultRazorViewEngineFileProviderAccessor.FileProvider` now a `NullFileProvider` in empty case
2016-06-30 14:52:50 -07:00
..
Binders Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Metadata Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
Validation
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs
EnumerableValueProviderTest.cs
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
ModelBindingHelperTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ModelBindingResultTest.cs
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
StubModelBinder.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
TestModelBinderProviderContext.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs