1 instantiation of CustomValidationAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
DefaultModelClientValidatorProviderTest.cs (1)
250
[
CustomValidation
]
1 reference to CustomValidationAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
DefaultModelClientValidatorProviderTest.cs (1)
141
Assert.IsType<
CustomValidationAttribute
>(Assert.Single(validatorItems).Validator);