aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting bda850187d Add support for jQuery syntax in form data
- #2705
- add `JQueryFormValueProvider` and `JQueryFormValueProviderFactory`
  - carry some code forward from MVC 5; correct to follow current coding guidelines
- refactor `ReadableStringCollectionValueProviderTest` into abstract `EnumerableValueProviderTest`
  - enables reuse in new `JQueryFormValueProviderTest`
  - also run these tests in `CompositeValueProviderTest`

nits:
- do not create a duplicate `CompositeValueProvider` instance in `Filter()`
- correct garbled sentence in `IBindingSourceValueProvider` doc comments
- simplify `FormValueProviderFactoryTest` (no need for Moq) and correct test name
- correct test class / file names
  - `CompositeValueProviderTests` -> `CompositeValueProviderTest`
  - `FormValueProviderFactoryTests` -> `FormValueProviderFactoryTest`
2015-08-05 10:31:24 -07:00
..
ActionParametersIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs
BodyValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs
DictionaryModelBinderIntegrationTest.cs Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
HeaderModelBinderIntegrationTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs
ServicesModelBinderIntegrationTest.cs
TestMvcOptions.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
TryUpdateModelIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
TypeConverterModelBinderIntegrationTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
ValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
project.json Move Moq to framework-specific dependencies 2015-07-13 16:12:09 -07:00