4 references to InvokeAsync
Microsoft.AspNetCore.Mvc.Core.Test (4)
Filters\MiddlewareFilterTest.cs (4)
73
await invoker.
InvokeAsync
();
121
await invoker.
InvokeAsync
();
158
var exception = await Assert.ThrowsAsync<InvalidOperationException>(async () => await invoker.
InvokeAsync
());
207
var exception = await Assert.ThrowsAsync<InvalidOperationException>(async () => await invoker.
InvokeAsync
());