aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Doug Bunting 42cea41737 Fail more gracefully when option collections cleared
- #4690
- move `ModelBindingMessageProvider` init from `DefaultBindingMetadataProvider` to `DefaultModelMetadata`
 - in addition to avoiding error cases, this removes some boilerplate
- add specific errors to `BodyModelBinderProvider`, `CompilerCache`, `CompositeViewEngine`, `ModelBinderFactory`,
  and `ObjectResultExecutor`
 - `DefaultRazorViewEngineFileProviderAccessor.FileProvider` now a `NullFileProvider` in empty case
2016-06-30 14:52:50 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs
AttributeRouteTest.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
AttributeRoutingTest.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
ControllerActionInvokerCacheTest.cs
ControllerActionInvokerTest.cs Add ExceptionHandled to ExceptionContext (#4825) 2016-06-09 15:22:11 -07:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs
DefaultBindingMetadataProviderTest.cs Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultControllerArgumentBinderTests.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Fix #4801 Rename ValidationExcludeFilter 2016-06-09 10:51:31 -07:00
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
ObjectMethodExecutorTest.cs
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs