aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
ASP.NET CI 2e73bab2a4 Move option for JSON errors to MvcJsonOptions
This was in the wrong place - JSON formatters have their own options
type already.

Moved the option to MvcJsonOptions and updated the naming + defaults to
reflect our plan.

Also did a bunch of general cleanup on these tests, which were a bit
sloppy.
2018-01-07 21:48:58 -08:00
..
Binders Move option for JSON errors to MvcJsonOptions 2018-01-07 21:48:58 -08:00
Internal House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
Metadata Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
Validation
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs
EnumerableValueProviderTest.cs
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
ModelBinderProviderExtensionsTest.cs
ModelBindingHelperTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
ModelBindingResultTest.cs
ParameterBinderTest.cs Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
StubModelBinder.cs
TestModelBinderProviderContext.cs
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs
ValueProviderFactoryExtensionsTest.cs