3 references to Elapsed
RunTests (3)
TestRunner.cs (3)
416
testResults.Sort((x, y) => x.
Elapsed
.CompareTo(y.
Elapsed
));
431
line.Append($" {testResult.
Elapsed
}");