aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting 26795bd4b5 Correct test expectations
- use valid `multipart/form-data` content type; include a `boundary`
- correct expectations of `FormCollection` model binder's operation
 - restore tests actually skipped for either of the above reasons
- add more tests with `ModelBindingResult.Model==null` and both `IsModelSet` values

#### Remove test references to Won't Fix bug #2473
- restore #2473 tests; update test expectations
- expect `null` composite results whenever binding fails

#### Restore test skipped due to "#2646"
- that issue does not exist; was likely #2466 or similar fixed bug

#### Rename model binding tests that still mention ReturnsFalse or ReturnsTrue

#### Minor src changes
- remove unused variable and unnecessary nesting in `DefaultControllerActionArgumentBinder`
- remove dangling mention of `[DefaultValue]` in `ComplexModelDtoModelBinder`

#### nits:
- remove empty delegates from some `GetOperationBindingContext` calls; `null` fine
- do some `using` cleanup
- combine two test methods in `KeyValuePairModelBinderTest`
- name a few more arguments
2015-06-01 12:15:39 -07:00
..
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
BodyValidationIntegrationTests.cs
ByteArrayModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
DictionaryModelBinderIntegrationTest.cs Enable tests for #2470 2015-05-28 14:57:50 -07:00
FormCollectionModelBindingIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
FormFileModelBindingIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
GenericModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
HeaderModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
KeyValuePairModelBinderIntegrationTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs Correct test expectations 2015-06-01 12:15:39 -07:00
ServicesModelBinderIntegrationTest.cs
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs
TypeConverterModelBinderIntegrationTest.cs
ValidationIntegrationTests.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
project.json