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
Validation
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
CancellationTokenModelBinderTests.cs
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
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
FormValueProviderFactoryTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
HeaderModelBinderTests.cs
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
SimpleValueProvider.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
TestValueProvider.cs