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)
56
await personType.
ValidateAsync
(personWithMissingRequiredFields, context, default);
114
await employeeType.
ValidateAsync
(employee, context, default);
159
await derivedType.
ValidateAsync
(car, context, default);
224
await orderType.
ValidateAsync
(order, context, default);
274
await personType.
ValidateAsync
(person, context, default);
329
async () => await nodeType.
ValidateAsync
(rootNode, context, default));
357
await productType.
ValidateAsync
(product, context, default);
392
await userType.
ValidateAsync
(user, context, default);
441
await derivedType.
ValidateAsync
(entity, context, default);
480
await userType.
ValidateAsync
(user, context, default);
507
await globalType.
ValidateAsync
(globalErrorInstance, context, default);
530
await multiType.
ValidateAsync
(multiErrorInstance, context, default);