aspnetcore/test/Microsoft.AspNet.Mvc.Test
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
..
JsonPatchExtensionsTest.cs
Microsoft.AspNet.Mvc.Test.xproj
MvcOptionsSetupTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
MvcServiceCollectionExtensionsTest.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
RazorViewEngineOptionsSetupTest.cs React to DNX renames 2015-07-29 04:49:49 -07:00
project.json Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00