added execution time

This commit is contained in:
Matteo Cominetti
2020-06-30 22:43:12 +01:00
parent 2365885ffa
commit 8041093761
2 changed files with 10 additions and 0 deletions
@@ -160,7 +160,11 @@ namespace Xunit.Runner.Wpf.ViewModel
CurrentRunState = TestState.NotRun;
foreach (var test in testsToRun)
{
test.State = TestState.NotRun;
test.ExecutionTime = "";
}
var taskList = new List<Task>();