3 references to _stopwatch
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\ApplicationDeployer.cs (3)
180
_stopwatch
.Start();
185
_stopwatch
.Stop();
186
Logger.LogInformation("[Time]: Total time taken for this test variation '{t}' seconds",
_stopwatch
.Elapsed.TotalSeconds);