aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Binders
Doug Bunting 64c8a6fa40 Clean up `ModelBindingResult` constructor calls and related comments
- use named parameters more often
 - add more comments about returned `ModelBindingResult`
 - clean up `ModelBindingResult` doc comments
 - cleanup `using`s

Nits:
- cleanup trailing whitespace
- change `retVal` -> `result` in `KeyValuePairModelBinderTest`
2015-03-20 13:02:23 -07:00
..
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
BindingSourceModelBinderTest.cs Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
BindingSourceValueProviderTest.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs
ComplexModelDtoTest.cs
CompositeModelBinderTest.cs
DictionaryModelBinderTest.cs
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs
HeaderModelBinderTests.cs Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
KeyValuePairModelBinderTest.cs Clean up `ModelBindingResult` constructor calls and related comments 2015-03-20 13:02:23 -07:00
ModelBindingContextTest.cs Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Clean up `ModelBindingResult` constructor calls and related comments 2015-03-20 13:02:23 -07:00
TypeConverterModelBinderTest.cs