aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
Doug Bunting c351712419 Add `FloatingPointTypeModelBinderProvider` and related binders
- #5502
- support thousands separators for `decimal`, `double` and `float`
- add tests demonstrating `SimpleTypeModelBinder` does not support thousands separators for numeric types
- add tests demonstrating use of commas (not thousands separators) with `enum` values
2017-07-03 17:55:04 -07:00
..
Binders Add `FloatingPointTypeModelBinderProvider` and related binders 2017-07-03 17:55:04 -07:00
Internal Replace HashSet with a Hybrid HashSet/List 2016-10-24 14:47:49 -07:00
Metadata Create custom collection for model binder providers 2017-06-30 15:44:07 -07:00
Validation Create custom collection for model binder providers 2017-06-30 15:44:07 -07:00
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
DefaultModelBindingContextTest.cs
EnumerableValueProviderTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs
ModelBinderProviderCollectionTests.cs Create custom collection for model binder providers 2017-06-30 15:44:07 -07:00
ModelBindingHelperTest.cs ModelBinding: Remove IsReadOnly checks and add/update tests 2016-08-04 14:20:23 -07:00
ModelBindingResultTest.cs
ParameterBinderTest.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs Add culture constructor to RouteValueProvider 2017-02-16 14:47:34 -08:00
StubModelBinder.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
TestModelBinderProviderContext.cs
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs
ValueProviderFactoryCollectionTests.cs Create custom collection for model binder providers 2017-06-30 15:44:07 -07:00