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
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs
CompositeModelBinderTest.cs
CompositeValueProviderTest.cs
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs
FormValueProviderFactoryTest.cs
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs
ModelBindingContextTest.cs
ModelBindingHelperTest.cs
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs
ServicesModelBinderTest.cs Test `[FromServices]` with service that is not available 2015-10-14 11:46:11 -07:00
SimpleTypeModelBinderTest.cs
SimpleValueProvider.cs
TestValueProvider.cs