aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Harsh Gupta b5b37265e1 Simple ModelBinders and Simple ModelBinder Poco - 1
Covers simple scenario for each model binder.
Covers scenarios mixing a POCO model binder -> Simple Model binder.

This contains tests for
HeaderModel
ServicesModelBinder
CancellationTokenModelBinder
ByteArrayModelBinder
FormFileModelBinder

Part 2 Will contain similar tests for
FormCollectionModelBinder
BinderTypeBasedModelBinder
TypeConverterModelBinder
TypeMatchModelBinder
Any leftovers for BodyModelBinder
2015-04-28 14:13:36 -07:00
..
BodyValidationIntegrationTests.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
ByteArrayModelBinderIntegrationTest.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
CancellationTokenModelBinderIntegrationTest.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
FormFileModelBindingIntegrationTest.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
HeaderModelBinderIntegrationTest.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
ServicesModelBinderIntegrationTest.cs Simple ModelBinders and Simple ModelBinder Poco - 1 2015-04-28 14:13:36 -07:00
TestMvcOptions.cs
project.json