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