3 references to DescribeAsync
Microsoft.AspNetCore.Authentication.Test (3)
CookieTests.cs (3)
1677
await
DescribeAsync
(context.Response, result);
1857
await
DescribeAsync
(res, AuthenticateResult.Success(new AuthenticationTicket(context.User, new AuthenticationProperties(), CookieAuthenticationDefaults.AuthenticationScheme)));
1862
await
DescribeAsync
(res, ticket);