Implemented interface member:
method
ValidateAsync
Microsoft.AspNetCore.Http.Validation.IValidatableInfo.ValidateAsync(System.Object, Microsoft.AspNetCore.Http.Validation.ValidateContext, System.Threading.CancellationToken)
12 references to ValidateAsync
Microsoft.AspNetCore.Http.Abstractions.Tests (12)
Validation\ValidatableTypeInfoTests.cs (12)
56await personType.ValidateAsync(personWithMissingRequiredFields, context, default); 114await employeeType.ValidateAsync(employee, context, default); 159await derivedType.ValidateAsync(car, context, default); 224await orderType.ValidateAsync(order, context, default); 274await personType.ValidateAsync(person, context, default); 329async () => await nodeType.ValidateAsync(rootNode, context, default)); 357await productType.ValidateAsync(product, context, default); 392await userType.ValidateAsync(user, context, default); 441await derivedType.ValidateAsync(entity, context, default); 480await userType.ValidateAsync(user, context, default); 507await globalType.ValidateAsync(globalErrorInstance, context, default); 530await multiType.ValidateAsync(multiErrorInstance, context, default);