Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Http.IResult.ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext)
4 references to ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (4)
SignInResultTests.cs (4)
30
await result.
ExecuteAsync
(httpContext);
50
await result.
ExecuteAsync
(httpContext);
71
await result.
ExecuteAsync
(httpContext);
85
await Assert.ThrowsAsync<ArgumentNullException>("httpContext", () => result.
ExecuteAsync
(httpContext));