aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Doug Bunting 2e2043f427 Test `[FromServices]` with service that is not available
- test `[FromServices]` for a defined type without a `BinderModelName`
- test `[FromServices]` for a service not available in DI
- test `[FromServices]` for `IEnumerable<TService>` properties

nit: correct name of `ServicesModelBinderTest` to match the model binder class
2015-10-14 11:46:11 -07:00
..
Metadata Making the HtmlHelper.GetEnumSelectList take DisplayAttribute.GroupName into account to create select groups. 2015-09-29 09:53:48 -07:00
Validation Rewrite of validation 2015-09-25 16:56:42 -07:00
ArrayModelBinderTest.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
ByteArrayModelBinderTests.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
CancellationTokenModelBinderTests.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
CollectionModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
CompositeModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 08:23:21 -07:00
CompositeValueProviderTest.cs Reducing allocations in value providers 2015-10-06 14:25:19 -07:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ElementalValueProviderTests.cs Test Cleanup: Fix Assert.NotNulls with ModelBindingResult 2015-09-07 17:15:31 -07:00
EnumerableValueProviderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
FormCollectionModelBinderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
FormFileModelBinderTest.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
FormValueProviderFactoryTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
HeaderModelBinderTests.cs Optimize async code in model binders 2015-09-08 09:42:34 -07:00
JQueryFormValueProviderFactoryTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
JQueryFormValueProviderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
KeyValuePairModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingContextTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingHelperTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingResultTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
MutableObjectModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 08:23:21 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ServicesModelBinderTest.cs Test `[FromServices]` with service that is not available 2015-10-14 11:46:11 -07:00
SimpleTypeModelBinderTest.cs Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
SimpleValueProvider.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
TestValueProvider.cs