aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak d8cc2b85d5 Adds ActionContext to Validation contexts
This change makes it possible to access the ActionContext/ActionDescriptor
from inside of validators and client validators.
2015-11-25 16:38:26 -08:00
..
Metadata Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Validation Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
ArrayModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
BinderTypeBasedModelBinderModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Adds ActionContext to OperationBindingContext 2015-11-25 15:17:09 -08:00
ByteArrayModelBinderTests.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
CancellationTokenModelBinderTests.cs Adds ActionContext to OperationBindingContext 2015-11-25 15:17:09 -08:00
CollectionModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
CompositeModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
CompositeValueProviderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormCollectionModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
FormFileModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
FormValueProviderFactoryTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
FormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
HeaderModelBinderTests.cs Adds ActionContext to OperationBindingContext 2015-11-25 15:17:09 -08:00
JQueryFormValueProviderFactoryTest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
JQueryFormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
KeyValuePairModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ModelBindingContextTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingHelperTest.cs Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
ModelBindingResultTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
MutableObjectModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
QueryStringValueProviderFactoryTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
QueryStringValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
ServicesModelBinderTest.cs Adds ActionContext to OperationBindingContext 2015-11-25 15:17:09 -08:00
SimpleTypeModelBinderTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
SimpleValueProvider.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
TestValueProvider.cs