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