added execution time
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user