5 references to RunAsync
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Logging\AcceptanceTests.cs (4)
144
=>
RunAsync
<TestStartup>(level, configure, (collector, client, _) => func(collector, client));
806
await
RunAsync
<TestStartup>(
850
await
RunAsync
<TestStartup>(
898
await
RunAsync
<TestStartup>(
Logging\AcceptanceTests.Mvc.cs (1)
52
=>
RunAsync
<TestStartupWithControllers>(level, configure, (collector, client, _) => func(collector, client));