aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Harsh Gupta d0927bdc75 Fixes #2464 - Does not add extra skipped entries for model bound from services.
Also ensures that when a type is marked as skipped, any sub property which is model bound (and hence a modelstate un validated entry),
is marked as skipped (otherwise it would cause the ModelState to be invalid).
Also fixing a bug in model state dictionary FindKeyWithPrefix was not considering [0] & [0][0] as a valid prefix.
2015-05-15 12:27:43 -07:00
..
ActionParametersIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ArrayModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
BodyValidationIntegrationTests.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
ByteArrayModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
CancellationTokenModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
CollectionModelBinderIntegrationTest.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
DictionaryModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
FormCollectionModelBindingIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
FormFileModelBindingIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
GenericModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
HeaderModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
KeyValuePairModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
MutableObjectModelBinderIntegrationTest.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
ServicesModelBinderIntegrationTest.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
TypeConverterModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ValidationIntegrationTests.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
project.json