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 Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
ArrayModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
BodyValidationIntegrationTests.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
ByteArrayModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
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 Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
GenericModelBinderIntegrationTest.cs Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
HeaderModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
KeyValuePairModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
MutableObjectModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
ValidationIntegrationTests.cs Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
project.json