Example #1
0
 protected bool Equals(VsTestDescription other) => Equals(Case.Id, other.Case.Id);
 public TestRun(VsTestDescription testDescription)
 {
     _testDescription = testDescription;
     _results         = new List <TestResult>(testDescription.NbSubCases);
 }