2 references to GetElapsedTime
Microsoft.AspNetCore.Shared.Tests (2)
ValueStopwatchTest.cs (2)
28
Assert.Throws<InvalidOperationException>(() => stopwatch.
GetElapsedTime
());
36
Assert.True(stopwatch.
GetElapsedTime
().TotalMilliseconds > 0);