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