aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
Ryan Nowak baf0b6a5c7 Fix #4803 - Move some types internal
Moves IControllerArgumentBinder and IControllerPropertyActivator into
.Internal. Also renames ControllerArgumentBinder ->
DefaultControllerArgumentBinder for consistency with other controller
extensibility types.

We don't think these are 100% baked for our long term maintenance of the
product, and want to reserve the ability to make changes in the future.
2016-06-09 09:36:15 -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 Update AuthZ test 2016-05-31 17:16:47 -07:00
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
ControllerActionInvokerCacheTest.cs
ControllerActionInvokerTest.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultControllerArgumentBinderTests.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Improve handling of custom `ValidationAttribute`s and their `ValidationResult`s 2016-06-08 12:05:01 -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