aspnetcore/test
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
..
Microsoft.AspNet.JsonPatch.Test Implement new Remove op & fix value.GetTypê issue in Add op 2015-08-24 12:32:41 -07:00
Microsoft.AspNet.Mvc.Abstractions.Test Add `IsReferenceOrNullableType` and `UnderlyingOrModelType` to `ModelMetadata` 2015-08-24 12:26:50 -07:00
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test [Fixes #2947] Default ContentType is not set when user specified Response.ContentType exists 2015-08-24 12:17:18 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.IntegrationTests Expand model types `GenericModelBinder` can handle 2015-08-25 09:50:31 -07:00
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.ViewFeatures.Test [Fixes #2947] Default ContentType is not set when user specified Response.ContentType exists 2015-08-24 12:17:18 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
WebSites Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00