aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Alexej Timonin d4beab5d09
CompositeValidationAttribute
- Add abstract CompositeValidationAttribute.
- Change DataAnnotationsMetadataProvider.CreateValidationMetadata to
populate ValidatorMetadata with validation attributes from CompositeValidationAttribute.
2018-07-20 15:31:14 -07:00
..
CompareAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
DataAnnotationsMetadataProviderTest.cs CompositeValidationAttribute 2018-07-20 15:31:14 -07:00
DataAnnotationsModelValidatorProviderTest.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
DataAnnotationsModelValidatorTest.cs Restore `ModelMetadata.PropertyName != null` behaviour 2018-03-29 07:22:00 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
DataTypeClientModelValidatorProviderTest.cs
DefaultModelClientValidatorProviderTest.cs
FileExtensionsAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
MaxLengthAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
MinLengthAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
ModelMetadataProviderTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
ModelValidationResultComparer.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
MvcDataAnnotationsMvcOptionsSetup.cs Remove TestOptionsManager 2017-10-30 17:49:15 -07:00
NumericClientModelValidatorTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
RangeAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
RequiredAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
StringLengthAttributeAdapterTest.cs Cleanup TestCommon 2018-05-18 10:45:57 -07:00
TestModelNameProvider.cs
TestResources.cs Re-organize shared src packages so we can do true IVT between src assemblies 2018-07-16 11:15:58 -07:00
ValidatableObjectAdapterTest.cs Restore `ModelMetadata.PropertyName != null` behaviour 2018-03-29 07:22:00 -07:00
ValidationAttributeAdapterOfTAttributeTest.cs
ValidationAttributeAdapterProviderTest.cs