aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting eefa582069 Address #2526; remove use of a required validator when validating `[BindRequired]`
- only use MVC error message when `[BindRequired]` is violated
- update that error message to more clearly describe the problem
- enable all tests skipped due to dupe bug #2493
- update expectations of a few tests using the old messages

nits:
- rename `ModelBinding_MissingRequiredMember` to `ModelBinding_MissingBindRequiredMember`
- remove `<param>` description of removed `requiredValidator` parameter
- remove unused `MutableObjectModelBinderTest.GetRequiredValidator()`
2015-06-05 16:56:05 -07:00
..
ActionParametersIntegrationTest.cs
…
ArrayModelBinderIntegrationTest.cs
…
BinderTypeBasedModelBinderIntegrationTest.cs
…
BodyValidationIntegrationTests.cs
…
ByteArrayModelBinderIntegrationTest.cs
…
CancellationTokenModelBinderIntegrationTest.cs
…
CollectionModelBinderIntegrationTest.cs
…
DictionaryModelBinderIntegrationTest.cs
…
FormCollectionModelBindingIntegrationTest.cs
…
FormFileModelBindingIntegrationTest.cs
…
GenericModelBinderIntegrationTest.cs
…
HeaderModelBinderIntegrationTest.cs
…
KeyValuePairModelBinderIntegrationTest.cs
…
Microsoft.AspNet.Mvc.IntegrationTests.xproj
…
ModelBindingTestHelper.cs
…
MutableObjectModelBinderIntegrationTest.cs
…
ServicesModelBinderIntegrationTest.cs
…
TestMvcOptions.cs
…
TryUpdateModelIntegrationTest.cs
…
TypeConverterModelBinderIntegrationTest.cs
…
ValidationIntegrationTests.cs
…
project.json
…