aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak d92b3ba2c6 Make ModelBindingContext.Result non-nullable
This change simplifies a bunch of code and fits more in line with the
current design of model binding.

Now, a model binder only has to do anything if it was successful.
'return' is enough to indicate failure.
2016-05-23 14:18:34 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
AttributeRouteTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
AttributeRoutingTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ControllerActionInvokerCacheTest.cs [Fixes #4616] Filter caching is too aggressive 2016-05-11 16:58:45 -07:00
ControllerActionInvokerTest.cs Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
ControllerArgumentBinderTests.cs Remove Key from ModelBindingResult 2016-05-23 13:17:19 -07:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs [Fixes #4655] Make comparisons in DefaultAssemblyPartDiscoveryProvider case insensitive 2016-05-20 11:22:55 -07:00
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
ObjectMethodExecutorTest.cs Remove usage of `async void` in unit tests 2016-05-20 15:07:48 -07:00
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs