示例#1
0
 private static bool TestRunPassed(TestRunTree tree)
 {
     return(tree.Specs.All(x => x.Passed.HasValue && x.Passed.Value));
 }