aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Ryan Nowak 1a70f12bf8 Undesign client validation
This change removes a layer of abstraction. These validators now just do
what they do now without creating a bunch of intermediate objects.

ModelClientValidationRule has been removed, and client validations
manipulate the attributes collection of a tag directly.
2016-01-27 09:55:18 -08:00
..
CompareAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsClientModelValidatorProviderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DataAnnotationsMetadataProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsModelValidatorProviderTest.cs Added caching for validators 2016-01-26 17:15:16 -08:00
DataAnnotationsModelValidatorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DataMemberRequiredBindingMetadataProviderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DataTypeClientModelValidatorProviderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DefaultModelClientValidatorProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
MaxLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
MinLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ModelMetadataProviderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
NumericClientModelValidatorTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
RangeAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
RequiredAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
StringLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
TestModelNameProvider.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TestResources.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ValidationAttributeAdapterOfTAttributeTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ValidationAttributeAdapterProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00