aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting 829a5c9046 Expand model types `GenericModelBinder` can handle
- #2993
- use `ClosedGenericMatcher` to handle e.g. non-generic model types implementing requested interfaces
- reduce `IsAssignableFrom()` use since created binders use explicit casts i.e. handle explicit implementations
- also add more integration tests covering various collection key formats, some with validation errors
  - merge a few `[Fact]`s into `[Theory]`s
2015-08-25 09:50:31 -07:00
..
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs
BodyValidationIntegrationTests.cs
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
DictionaryModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
FormCollectionModelBindingIntegrationTest.cs Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
HeaderModelBinderIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs
ValidationIntegrationTests.cs
project.json